-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
42
43
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "DEBUG=backend:* nodemon ./bin/www",
"doc-autogen": "node ./doc/swagger.js"
},
"engines": {
"node": "^14.15.4",
"npm": "6.14.10"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"argon2": "^0.27.1",
"axios": "^0.21.1",
"compression": "^1.7.4",
"config": "^3.3.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-async-errors": "^3.1.1",
"helmet": "^4.4.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"mongoose": "^5.11.15",
"morgan": "~1.9.1",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.17",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"swagger-autogen": "^2.6.4",
"swagger-jsdoc": "5.0.1",
"swagger-ui-express": "^4.1.6"
}
}