-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 KB
/
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
40
41
{
"name": "TMSBackend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "ssh Pandora -t \"cd TMSBackend && git pull && pm2 restart tms && pm2 log\"",
"deployprod": "ssh tms -t \"cd TMSBackend && git pull && pm2 restart tms && pm2 log\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.939.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csv-parse": "^5.5.5",
"exceljs": "^4.3.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"expressjs": "^1.0.1",
"html-pdf": "^3.0.1",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongoose": "^5.12.5",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.5.0",
"nodemon": "^3.1.0",
"npm": "^7.11.0",
"passport": "^0.4.1",
"redis": "^4.1.0",
"server-timings": "^2.0.1"
}
}