-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 806 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
{
"name": "node-test",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"axios": "~0.21.1",
"bcrypt": "~5.0.0",
"cookie-parser": "~1.4.4",
"cors": "~2.8.5",
"debug": "~2.6.9",
"dotenv": "~8.2.0",
"ejs": "~3.1.6",
"express": "~4.16.1",
"express-rate-limit": "~5.2.6",
"formidable": "~1.2.2",
"joi": "~17.3.0",
"jsonwebtoken": "~8.5.1",
"moment": "~2.29.1",
"mongoose": "~5.11.8",
"mongoose-id-validator": "~0.6.0",
"mongoose-paginate-v2": "~1.3.12",
"mongoose-unique-validator": "~2.0.3",
"morgan": "~1.9.1",
"node-cron": "~3.0.0",
"nodemailer": "~6.5.0",
"passport": "~0.4.1",
"passport-jwt": "~4.0.0",
"uuid": "~8.3.2",
"valid-url": "~1.0.9"
}
}