-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 849 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": "vidly",
"version": "1.0.0",
"description": "",
"main": "index.js",
"jest": {
"verbose": true,
"testURL": "http://localhost/"
},
"scripts": {
"test": "jest --watchAll --verbose",
"start": "node index.js"
},
"engines": {
"node": "16.x"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"compression": "^1.7.3",
"config": "^3.3.9",
"express": "^4.16.3",
"express-async-errors": "^2.1.0",
"fawn": "^2.1.5",
"helmet": "^3.14.0",
"joi": "^13.6.0",
"joi-objectid": "^2.0.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.4",
"moment": "^2.22.2",
"mongoose": "^6.5.2",
"winston": "^3.10.0",
"winston-mongodb": "^5.1.1"
},
"devDependencies": {
"jest": "^22.2.2",
"supertest": "^3.3.0"
}
}