-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 975 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": "real-kyber-truesight",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"startdev": "nodemon index.js",
"start-production": "env-cmd -f .env.production node index.js",
"start-production-dev": "env-cmd -f .env.production.dev nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1203.0",
"axios": "^0.26.1",
"axios-retry": "^3.2.4",
"cors": "^2.8.5",
"deep-diff": "^1.0.2",
"dotenv": "^16.0.0",
"env-cmd": "^10.1.0",
"express": "^4.17.3",
"express-validator": "^6.14.0",
"googleapis": "^105.0.0",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"mongoose": "^6.2.9",
"node-cmd": "^5.0.0",
"node-schedule": "^2.1.0",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"uuid": "^8.3.2"
}
}