-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 938 Bytes
/
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
{
"dependencies": {
"app-root-path": "^3.0.0",
"base-64": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^14.2.0",
"ejs": "^3.1.6",
"env": "0.0.2",
"express": "^4.17.2",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"nodemon": "^2.0.15",
"winston": "^3.4.0"
},
"name": "3term-mini-back",
"description": "모던 애자일 3기 미니 프로젝트 저장소입니다.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon ./app/bin/www.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/modern-agile-team/3term-mini-back.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/modern-agile-team/3term-mini-back/issues"
},
"homepage": "https://github.com/modern-agile-team/3term-mini-back#readme"
}