-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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
36
37
38
39
40
41
42
43
44
45
{
"name": "terminal",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "pm2 start -i 4 ./bin/www",
"restart": "pm2 kill && npm start",
"test": "mocha ./test/user.spec.js"
},
"dependencies": {
"@sentry/node": "^5.29.2",
"@sentry/tracing": "^5.29.2",
"@slack/client": "^5.0.2",
"apn": "^2.2.0",
"cookie-parser": "~1.4.4",
"date-fns": "^2.16.1",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"firebase": "^7.24.0",
"firebase-admin": "^9.4.1",
"grapheme-splitter": "^1.0.4",
"http-errors": "~1.6.3",
"joi": "^17.3.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.0",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"mysql2": "^2.2.5",
"nodemailer": "^6.4.16",
"pm2": "^4.5.5",
"redis": "^3.0.2",
"socket.io": "^2.4.1",
"socket.io-redis": "^5.4.0",
"uuid": "^8.3.1",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
},
"devDependencies": {
"mocha": "^8.2.1",
"nodemon": "^2.0.6",
"should": "^13.2.3",
"supertest": "^4.0.2"
}
}