2024-08-15 19:47:22 +00:00
|
|
|
{
|
2025-01-28 21:06:12 +00:00
|
|
|
"private": false,
|
2024-10-30 16:59:33 +00:00
|
|
|
"name": "@entityseven/rage-fw-rpc",
|
|
|
|
"version": "0.2.5",
|
2025-01-30 19:40:09 +00:00
|
|
|
"main": "src/index.ts",
|
2025-01-30 19:52:19 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./src/index.ts"
|
|
|
|
},
|
2025-01-30 19:40:09 +00:00
|
|
|
"publishConfig": {
|
2025-01-30 19:52:19 +00:00
|
|
|
"access": "public",
|
2025-01-30 19:40:09 +00:00
|
|
|
"main": "dist/index.js",
|
2025-01-30 19:52:19 +00:00
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js"
|
|
|
|
}
|
2025-01-30 19:40:09 +00:00
|
|
|
},
|
2024-10-30 16:59:33 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "tsup",
|
|
|
|
"start": "npx ./dist create"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist/**/*",
|
|
|
|
"readme.md",
|
|
|
|
"LICENSE"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2025-01-28 21:06:12 +00:00
|
|
|
"@types/node": "22.12.0"
|
2024-10-30 16:59:33 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2025-01-28 21:06:12 +00:00
|
|
|
"typescript": "^5.7.3"
|
2024-10-30 16:59:33 +00:00
|
|
|
},
|
|
|
|
"description": "Rage-FW RPC (Remote procedure caller) for Rage:MP",
|
|
|
|
"keywords": [
|
|
|
|
"ragefw",
|
|
|
|
"rage-fw",
|
|
|
|
"ragemp",
|
|
|
|
"rage",
|
|
|
|
"rpc",
|
|
|
|
"rage-rpc",
|
|
|
|
"ragerpc",
|
|
|
|
"gta5"
|
|
|
|
],
|
|
|
|
"author": "Entity Seven Group",
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Danya H",
|
|
|
|
"email": "dev.rilaxik@gmail.com",
|
|
|
|
"url": "https://github.com/rilaxik/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"gitHead": "04eb7240735c4a0e4855ebabbe8d5b326819fa76"
|
2024-08-15 19:47:22 +00:00
|
|
|
}
|