forked from jwkwon-715/donimoney
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 KB
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": "donimoney",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^1.9.0",
"bcrypt": "^6.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^16.5.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.18.1",
"http-errors": "~1.6.3",
"http-status-codes": "^2.3.0",
"morgan": "~1.9.1",
"mysql2": "^3.14.1",
"nodemailer": "^7.0.3",
"passport": "^0.7.0",
"passport-local-sequelize": "^0.9.1",
"sequelize": "^6.37.7",
"sequelize-cli": "^6.6.2"
},
"description": "2025-1 서버 시스템 구축 실습 6조",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jwkwon-715/donimoney.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jwkwon-715/donimoney/issues"
},
"homepage": "https://github.com/jwkwon-715/donimoney#readme",
"scripts": {
"test": "echo \"No tests yet\" && exit 0",
"start": "node app.js"
}
}