-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 890 Bytes
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
{
"name": "backend-node",
"module": "src/app.ts",
"type": "module",
"scripts": {
"dev": "nodemon --watch src --ext ts --exec bun src/app.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/pg": "^8.15.4",
"drizzle-kit": "^0.31.4",
"tsx": "^4.20.3"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@types/cookie-parser": "^1.4.9",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/multer": "^1.4.13",
"add": "^2.0.6",
"bcryptjs": "^3.0.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^17.0.0",
"drizzle-orm": "^0.44.2",
"express": "^5.1.0",
"express-rate-limit": "^7.5.1",
"ioredis": "^5.6.1",
"multer": "^2.0.1",
"nodemon": "^3.1.10",
"pg": "^8.16.3",
"redis": "^5.5.6",
"zod": "^3.25.67"
}
}