-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (36 loc) · 919 Bytes
/
package.json
File metadata and controls
38 lines (36 loc) · 919 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
{
"name": "interfacedeblog-backend",
"version": "1.0.0",
"description": "김선우\r 김서현",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"heroku-postbuild": "npx webpack",
"start": "node index.js"
},
"engines": {
"npm": "8.15.0",
"node": "18.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InterfaceCreative7/InterFaceDEBlog-Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InterfaceCreative7/InterFaceDEBlog-Backend/issues"
},
"homepage": "https://github.com/InterfaceCreative7/InterFaceDEBlog-Backend#readme",
"dependencies": {
"body-parser": "^1.20.1",
"cor": "^0.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"mongoose": "^6.6.3"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}