-
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) · 750 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 750 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": "vidly",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest --watchAll --verbose --coverage",
"start": "node index.js"
},
"engines": {
"node": "21.1.0"
},
"dependencies": {
"bcrypt": "^5.1.1",
"compression": "^1.7.4",
"config": "^3.3.11",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"helmet": "^7.1.0",
"joi": "^17.12.2",
"joi-objectid": "^4.0.2",
"joi-password": "^4.2.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mongoose": "^8.1.3",
"winston": "^3.13.0",
"winston-mongodb": "^5.1.1"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"supertest": "^7.0.0"
}
}