-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 800 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 800 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
{
"name": "react-fullstack-blog-backend",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx nodemon --exec npx babel-node src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timeonator/react-fullstack-blog-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/timeonator/react-fullstack-blog-backend/issues"
},
"homepage": "https://github.com/timeonator/react-fullstack-blog-backend#readme",
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/node": "^7.14.2",
"@babel/preset-env": "^7.14.4",
"express": "^4.17.1",
"mongodb": "^3.6.9",
"npm": "^7.16.0"
}
}