+37
−8
+973
−0
File changed.
Preview size limit exceeded, changes collapsed.
+6
−1
| Original line number | Original line | Diff line number | Diff line |
|---|---|---|---|
| @@ -4,7 +4,9 @@ | |||
"description": "",
|
"description": "",
|
||
"main": "index.js",
|
"main": "index.js",
|
||
"scripts": {
|
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
"start": "nodemon index.js",
|
|||
"debug": "nodemon --inspect index.js"
|
|||
},
|
},
|
||
"keywords": [],
|
"keywords": [],
|
||
"author": "",
|
"author": "",
|
||
| @@ -15,5 +17,8 @@ | |||
"mysql": "^2.18.1",
|
"mysql": "^2.18.1",
|
||
"socket.io": "^3.0.4",
|
"socket.io": "^3.0.4",
|
||
"socket.io-client": "^3.0.4"
|
"socket.io-client": "^3.0.4"
|
||
},
|
|||
"devDependencies": {
|
|||
"nodemon": "^2.0.7"
|
|||
}
|
}
|
||
} |
} |
||
Loading