25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"name": "rage-fw-client",
|
|
"version": "0.0.16-alpha.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"dependencies": {
|
|
"rage-fw-shared-types": "workspace:^",
|
|
"rage-rpc": "^0.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@ragempcommunity/types-client": "^2.1.8"
|
|
},
|
|
"keywords": [],
|
|
"author": "SashaGoncharov19",
|
|
"license": "MIT",
|
|
"description": "Client side of rage-fw",
|
|
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
|
|
}
|