V2RayAggregator/utils/localserver/package.json
2022-11-03 11:56:58 +03:30

22 lines
401 B
JSON

{
"name": "shadowsocks-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"js-base64": "^3.7.2",
"needle": "^3.1.0",
"nodemon": "^2.0.20",
"yarn": "^1.22.19"
}
}