-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "umc-h-master",
"type": "module",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.cjs",
"build": "tsx scripts/build.ts",
"dev": "nodemon -e js,json,prisma,ts --exec \"prisma generate && tsx src/index.ts\""
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "UMC 7기 H_MASTER 프로젝트",
"dependencies": {
"@aws-sdk/client-s3": "^3.744.0",
"@prisma/client": "^6.3.1",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-async-errors": "^3.1.1",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^3.12.0",
"nodemailer": "^6.10.0",
"openai": "^4.82.0",
"prisma": "^6.1.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"uuid": "^11.0.5"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tsconfig/node20": "^20.1.4",
"@types/axios": "^0.14.4",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.1",
"@types/jsonwebtoken": "^9.0.7",
"@types/multer": "^1.4.12",
"@types/passport": "^1.0.17",
"@types/passport-google-oauth20": "^2.0.16",
"@types/swagger-ui-express": "^4.1.7",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.14.0",
"nodemon": "^3.1.9",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1"
}
}