-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.36 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
47
48
49
50
{
"name": "7th-umc-hackathon",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js --host 0.0.0.0",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"keywords": [],
"author": "Kyeoung Woon Park <saveearth1@naver.com> (https://blog.naver.com/saveearth1)",
"license": "MIT",
"description": "Backend API Server Template",
"devDependencies": {
"nodemon": "^3.1.7",
"prettier": "^3.4.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/client-sns": "^3.716.0",
"@aws-sdk/credential-provider-sso": "^3.716.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"axios": "^1.7.7",
"base-x": "^5.0.0",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"coolsms-node-sdk": "^2.1.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"es-hangul": "^2.2.4",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql2": "^3.11.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.16",
"openai": "^4.77.0",
"sequelize": "^6.37.4",
"socket.io": "^4.8.1",
"winston": "^3.15.0"
}
}