forked from ironhack-labs/lab-express-basic-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 684 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 684 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
{
"name": "lab-express-basic-server",
"version": "1.0.0",
"description": "<details> <summary> <h2>Learning Goals</h2> </summary>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MMARTID/lab-express-basic-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MMARTID/lab-express-basic-server/issues"
},
"homepage": "https://github.com/MMARTID/lab-express-basic-server#readme",
"dependencies": {
"express": "^4.21.2",
"morgan": "^1.10.0"
}
}