-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.75 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.75 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
62
{
"name": "eatthis",
"type": "module",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsx src/index.ts",
"dev": "nodemon -e js,json,prisma,ts --exec \"prisma generate && tsx src/index.ts\"",
"build": "tsx scripts/build.ts"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@aws-sdk/client-s3": "^3.735.0",
"@prisma/client": "^6.2.1",
"async-mutex": "^0.5.0",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"coolsms-node-sdk": "^2.1.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"openai": "^4.79.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-kakao": "^1.0.1",
"passport-naver": "^1.0.6",
"redis": "^4.7.0",
"swagger-cli": "^4.0.4",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"uuid": "^11.0.5",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/cookie-parser": "^1.4.8",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.1",
"@types/jsonwebtoken": "^9.0.8",
"@types/multer": "^1.4.12",
"@types/passport": "^1.0.17",
"@types/passport-google-oauth": "^1.0.45",
"@types/passport-google-oauth20": "^2.0.16",
"@types/passport-kakao": "^1.0.3",
"@types/passport-naver": "^1.0.4",
"@types/swagger-ui-express": "^4.1.7",
"@types/yamljs": "^0.2.34",
"esbuild": "^0.24.2",
"nodemon": "^3.1.9",
"prisma": "^6.3.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}