{ "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" } }