-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 867 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 867 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
39
40
{
"name": "nyx-bot",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "^1.3.2",
"kysely-codegen": "^0.19.0",
"kysely-migration-cli": "^0.4.2"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@biomejs/biome": "^2.3.5",
"@elysiajs/cors": "^1.4.0",
"@ton/core": "^0.62.0",
"@ton/ton": "^16.0.0",
"@types/he": "^1.2.3",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.10.1",
"@types/pg": "^8.15.6",
"canvas": "^3.2.0",
"dompurify": "^3.3.0",
"elysia": "^1.4.16",
"fast-jwt": "^6.0.2",
"fast-sha256": "^1.3.0",
"fuse.js": "^7.1.0",
"generic-pool": "^3.9.0",
"he": "^1.2.0",
"jsdom": "^27.2.0",
"kysely": "^0.28.8",
"nyx-bot-client": "^0.0.4",
"pg": "^8.16.3",
"redis": "^5.9.0",
"sharp": "^0.34.5",
"tweetnacl": "^1.0.3",
"zod": "^4.1.12"
}
}