-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 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
{
"name": "mikanbot-project",
"type": "module",
"module": "src/index",
"scripts": {
"format": "oxfmt",
"start": "bun src/index.ts",
"dev": "bun --watch src/index.ts",
"build": "bunx tsc && bun build --compile --outfile mikanbot src/index.ts"
},
"dependencies": {
"@elysiajs/swagger": "^1.3.1",
"@google-cloud/translate": "^8.5.0",
"@google-cloud/vision": "^4.3.2",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "7",
"@t3-oss/env-core": "^0.13.11",
"country-code-emoji": "^2.3.0",
"discord.js": "^14.26.4",
"elysia": "^1.4.28",
"iso-639-1": "^3.1.5",
"redis": "^5.12.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/bun": "1.3.14",
"oxfmt": "^0.49.0",
"prisma": "7",
"typescript": "^6.0.3"
}
}