-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 808 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 808 Bytes
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
{
"name": "1",
"version": "1.0.0",
"description": "",
"main": "app.js",
"engines": {
"node": "12.18.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"start:dev": "nodemon app.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"dotenv": "8.2.0",
"nodemon": "2.0.7"
},
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.4.1",
"csurf": "^1.11.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.9.2",
"helmet": "^4.4.1",
"mongodb": "^3.6.4",
"mongoose": "^5.11.15",
"morgan": "^1.10.0",
"pdfkit": "^0.11.0"
}
}