Files
gtav-src/tools_ng/script/coding/mod/RpcProxy/package.json
T
2025-09-29 00:52:08 +02:00

28 lines
654 B
JSON
Executable File

{
"name": "rpc-proxy-server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"body-parser": "^1.15.2",
"fs": "0.0.1-security",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-native-cli": "^1.0.0",
"express": "^4.14.0",
"http": "0.0.0",
"url": "^0.11.0",
"ws": "^1.1.1",
"rpc-proxy" : "file:./rpc-proxy"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC"
}