-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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
{
"name": "vidly",
"version": "1.0.0",
"description": "## Description A simple [Express.js](https://expressjs.com/)app. An exercise form [The Complete Node.js Course](https://codewithmosh.com/p/the-complete-node-js-course) by Mosh.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jurgenizer/node-vidly.git"
},
"keywords": [
"Express",
"node"
],
"author": "Jurgen",
"license": "MIT",
"bugs": {
"url": "https://github.com/jurgenizer/node-vidly/issues"
},
"homepage": "https://github.com/jurgenizer/node-vidly#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"config": "^3.3.12",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-async-errors": "^3.1.1",
"helmet": "^8.0.0",
"joi": "^17.13.3",
"joi-objectid": "^4.0.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "^8.7.1",
"morgan": "^1.10.0"
}
}