-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 937 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
36
37
38
39
{
"name": "a1truck-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon a1_truck.js"
},
"dependencies": {
"aws-sdk": "^2.1311.0",
"body-parser": "^1.20.1",
"compression": "^1.7.4",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "~4.16.1",
"express-winston": "^4.2.0",
"fcm-node": "^1.6.1",
"firebase-admin": "^11.5.0",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^9.0.0",
"md5": "^2.3.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.41",
"mongoose": "^6.9.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.1",
"officegen": "^0.6.5",
"pdfkit": "^0.13.0",
"sharp": "^0.32.0",
"stripe": "^11.10.0",
"twilio": "^3.84.1",
"winston": "^3.8.2",
"winston-mongodb": "^5.1.1"
}
}