-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "socket-service",
"version": "1.0.0",
"description": "",
"main": "socket.js",
"scripts": {
"start": "node socket.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/datastore": "^6.2.0",
"@google-cloud/logging-winston": "^4.0.0",
"@google-cloud/pubsub": "^2.5.0",
"@google-cloud/secret-manager": "^3.2.0",
"@google-cloud/tasks": "^2.1.1",
"debug": "^4.2.0",
"dotenv": "^8.2.0",
"exit-hook": "^2.2.0",
"jest": "^26.5.3",
"jsonwebtoken": "^8.5.1",
"redis": "^3.0.2",
"socket.io": "^2.3.0",
"uuid": "^8.3.1",
"why-is-node-running": "^2.2.0",
"winston": "^3.3.3"
},
"devDependencies": {
"axios": "^0.20.0",
"chai": "^4.2.0",
"socket.io-client": "^2.3.1"
}
}