-
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) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"name": "mytest",
"version": "1.0.0",
"description": "Test app",
"main": "app.js",
"scripts": {
"test": "mocha",
"start": "node app.js",
"nodemon": "nodemon app.js"
},
"author": "Code",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.7",
"validator": "^13.1.1",
"validator.js": "^2.0.4"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.3.3",
"csurf": "^1.11.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.0",
"mongodb": "^3.5.8",
"mongoose": "^5.9.19",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"nodemailer": "^6.4.10",
"nodemailer-sendinblue-transport": "^1.2.3",
"pdfkit": "^0.11.0",
"sequelize": "^5.21.11",
"stripe": "^8.67.0"
}
}