-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
42
43
44
45
46
{
"name": "ssac-community",
"version": "1.0.0",
"description": "Node.js로 개발한 새싹 스터디 커뮤니티 프로젝트입니다.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["node.js", "express", "mysql", "ssac community"],
"contributors": [
{
"name": "김정윤",
"github": "https://github.com/pipi-shortstocking"
},
{
"name": "김태훈",
"github": "https://github.com/hoonsdev"
},
{
"name": "김효중",
"github": "https://github.com/rlagywnd4"
},
{
"name": "문영민",
"github": "https://github.com/eoeung"
},
{
"name": "한지윤",
"github": "https://github.com/ZZOOONII"
}
],
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"mysql2": "^3.6.0",
"sequelize": "^6.32.1",
"sequelize-cli": "^6.6.1"
}
}