-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 982 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 982 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
35
36
37
38
39
40
41
42
{
"name": "vidly-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "14.20.0"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"config": "^3.3.7",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "^2.6.9",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"fawn": "^2.1.5",
"gridfs-stream": "^1.1.1",
"helmet": "^5.1.1",
"joi": "^17.6.0",
"joi-objectid": "^4.0.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"method-override": "^3.0.0",
"mongoose": "^6.5.0",
"multer": "^1.4.5-lts.1",
"multer-gridfs-storage": "^5.0.2",
"npm": "^8.18.0",
"path": "^0.12.7",
"pug": "^3.0.2",
"winston": "^3.8.1",
"winston-mongodb": "^5.0.7"
}
}