-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1009 Bytes
/
package.json
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
{
"name": "xyzuan-be-elysia",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
"start": "bun install && bunx prisma generate && bunx prisma db push && bun run --watch src/index.ts"
},
"dependencies": {
"@elysiajs/cors": "^1.1.1",
"@elysiajs/eden": "^1.1.3",
"@elysiajs/opentelemetry": "^1.1.7",
"@elysiajs/swagger": "^1.1.1",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@prisma/client": "5.19.1",
"arctic": "^2.0.0",
"cloudinary": "^2.5.1",
"elysia-ip": "^1.0.7",
"elysia-rate-limit": "^4.1.0",
"file-type": "^19.6.0",
"logestic": "^1.2.4",
"lucia": "^3.2.0",
"minio": "^8.0.2",
"node-telegram-bot-api": "^0.66.0",
"redis": "^4.7.0",
"short-unique-id": "^5.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node-telegram-bot-api": "^0.64.7",
"bun-types": "latest",
"prisma": "5.19.1"
},
"module": "src/index.js"
}