-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 719 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 719 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
{
"name": "blogapp-tutorials",
"version": "1.0.0",
"description": "Blog app api's",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mostlypanda/Blogapp-tutorials.git"
},
"author": "Sarthak Mittal",
"license": "MIT",
"bugs": {
"url": "https://github.com/mostlypanda/Blogapp-tutorials/issues"
},
"homepage": "https://github.com/mostlypanda/Blogapp-tutorials#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.11.9",
"nodemon": "^2.0.6"
}
}