mirror of
https://github.com/mahdibland/V2RayAggregator.git
synced 2026-06-03 21:01:49 +08:00
22 lines
401 B
JSON
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"
|
|
}
|
|
}
|