- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
21 lines (21 loc) · 476 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 476 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "cliapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server \n node client hela"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.0.0",
"commander": "^5.1.0",
"express": "^4.17.1",
"heapify": "^0.2.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"vanilla-priority-queue": "^2.0.2"
}
}