25 lines
702 B
JSON
25 lines
702 B
JSON
{
|
|
"name": "rage-fw-server",
|
|
"version": "0.0.6-alpha.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"scripts": {
|
|
"build": "node --es-module-specifier-resolution=node build.js && pnpm types",
|
|
"types": "dts-bundle-generator --config dts.config.json"
|
|
},
|
|
"dependencies": {
|
|
"@ragempcommunity/types-server": "^2.1.8",
|
|
"rage-fw-shared-types": "workspace:^",
|
|
"rage-rpc": "^0.4.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "SashaGoncharov19",
|
|
"license": "MIT",
|
|
"description": "Server side for rage-fw",
|
|
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
|
|
}
|