rage-framework/rpc/package.json

36 lines
858 B
JSON
Raw Normal View History

2024-08-15 19:47:22 +00:00
{
2024-10-28 12:43:15 +00:00
"name": "@entityseven/rage-fw-rpc",
"description": "Rage FW RPC",
2024-10-27 15:39:13 +00:00
"version": "0.2.1",
2024-08-15 19:47:22 +00:00
"scripts": {
"build": "tsup",
"start": "npx ./dist create"
},
"files": [
"dist/**/*"
],
"devDependencies": {
2024-10-27 11:47:55 +00:00
"@microsoft/api-extractor": "^7.47.9",
"prettier": "^3.3.2",
"tsup": "^8.3.0"
},
"peerDependencies": {
2024-10-27 11:47:55 +00:00
"typescript": "^5"
},
2024-10-27 11:47:55 +00:00
"keywords": ["ragemp", "rage", "rpc", "rage-rpc", "ragerpc"],
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"author": {
"name": "rilaxik",
"email": "dev.rilaxik@gmail.com",
"url": "https://github.com/rilaxik"
2024-10-27 11:47:55 +00:00
},
"contributors": [
{
"name": "SashaGoncharov19",
"url": "https://github.com/SashaGoncharov19"
}
],
"license": "MIT"
2024-08-15 19:47:22 +00:00
}