rage-framework-example/apps/rpc/package.json
Danya H f8dd4d9fce upd
- added all non-jumping calls (cef <=> client, client <=> server)
- added @ragempcommunity types (todo)
2024-10-03 18:59:41 +01:00

36 lines
869 B
JSON

{
"name": "rpc",
"version": "0.1.0",
"main": "src/index.ts",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsup",
"start": "npx ./dist create"
},
"files": [
"dist/**/*"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@ragempcommunity/types-client": "^2.1.8",
"@ragempcommunity/types-server": "^2.1.8",
"@ragempcommunity/types-cef": "^2.1.8",
"prettier": "^3.3.2",
"tsup": "^8.3.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"description": "RageFW RPC",
"keywords": [],
"author": "SashaGoncharov19",
"contributors": [
{
"name": "rilaxik",
"email": "dev.rilaxik@gmail.com",
"url": "https://github.com/rilaxik"
}
],
"license": "MIT"
}