first commit
This commit is contained in:
20
socketEnd/package.json
Normal file
20
socketEnd/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user