Files
RemoteControl/socketEnd/package.json
2024-09-27 01:09:52 +08:00

21 lines
396 B
JSON

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