forked from cribbl/miteb-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 986 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": "MITEventBooking",
"description": "Backend for the MIT Event Booking Portal",
"version": "0.1.0",
"engines": {
"node": "9.7.1"
},
"scripts": {
"start": "env-cmd .env nodemon app.js",
"start:stage": "env-cmd .env.staging nodemon app.js",
"start:production": "env-cmd .env.production nodemon app.js",
"test": "standard"
},
"dependencies": {
"aws-sdk": "^2.249.1",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"ejs": "^2.6.1",
"email-templates": "^5.0.2",
"env-cmd": "^8.0.2",
"exceljs": "^1.5.1",
"express": "^4.16.2",
"firebase-admin": "^6.4.0",
"fs": "0.0.1-security",
"html-pdf": "^2.2.0",
"moment": "^2.21.0",
"nodemailer": "^4.6.4",
"nodemailer-smtp-transport": "^2.7.4",
"npm": "^6.4.1",
"uuid-v4": "^0.1.0"
},
"private": true,
"devDependencies": {
"connect-livereload": "^0.6.0",
"nodemon": "^1.17.4",
"standard": "^12.0.1"
}
}