{ "name": "socketEnd", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "node-dev index.js", "start": "pm2 start ./index.js --name auto --watch -i max" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "ws": "^8.0.0" }, "optionalDependencies": { "bufferutil": "^4.0.3", "utf-8-validate": "^5.0.5" } }