-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 985 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": "admin",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"dependencies": {
"authorization-header": "^0.2.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"connect-redis": "^3.4.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~3.1.7",
"express": "~4.17.3",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.2",
"gulp": "^4.0.2",
"http-errors": "~1.8.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.9",
"mongoose-text-search": "0.0.2",
"morgan": "~1.9.1",
"multer": "^1.4.1",
"nodeice": "^3.0.9",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"redis": "^2.8.0",
"voucher-code-generator": "^1.1.1",
"@snyk/protect": "latest"
},
"snyk": true
}