-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1002 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
40
41
{
"name": "backend-project-2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon start ./bin/www"
},
"dependencies": {
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cloudinary": "^1.39.0",
"cookie-parser": "~1.4.4",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"devcert": "^1.2.2",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"google-auth-library": "^8.8.0",
"greenlock-express": "^4.0.3",
"http-errors": "~1.6.3",
"http-status-codes": "^2.2.0",
"jade": "^0.29.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.7.0",
"mongoose": "^7.4.3",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.3",
"nodemon": "^1.14.9",
"path": "^0.12.7",
"query-string": "^8.1.0",
"socket.io": "^4.7.2",
"streamifier": "^0.1.1",
"uuid": "^9.0.0",
"validator": "^13.9.0",
"winston": "^3.9.0"
}
}