-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1 KB
/
package.json
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
39
40
41
{
"name": "hello-express",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon -e js,scss,html ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"core-js": "^3.17.2",
"debug": "~2.6.9",
"express": "^4.17.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"nedb": "^1.8.0",
"nodemon": "^2.0.13",
"pug": "^3.0.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"babel-loader": "^8.2.2",
"node-sass": "^6.0.1",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"description": "- 개발자 직무별 MBTI (17번)",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/boostcampwm-2021/bookathon_A.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/boostcampwm-2021/bookathon_A/issues"
},
"homepage": "https://github.com/boostcampwm-2021/bookathon_A#readme"
}