-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 933 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 933 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": "tangledbot",
"module": "main.ts",
"type": "module",
"devDependencies": {
"@types/pg": "^8.15.5",
"bun-types": "latest",
"drizzle-kit": "^0.31.5"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"@discordeno/bot": "next",
"@discordeno/rest": "next",
"@discordeno/types": "next",
"@discordeno/utils": "next",
"@types/jsdom": "^27.0.0",
"@types/uuid": "^11.0.0",
"canvas": "^3.2.0",
"croner": "^9.1.0",
"d3-node": "^4.0.1",
"date-fns": "^2.30.0",
"discordeno": "next",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.6",
"fast-xml-parser": "^5.3.0",
"fuse.js": "^6.6.2",
"jsdom": "^25.0.1",
"mongodb": "^6.20.0",
"pg": "^8.16.3",
"redis": "^5.8.3",
"saslprep": "^1.0.3",
"sharp": "0.34.4",
"uuid": "^13.0.0",
"vega": "^6.2.0",
"vega-lite": "^6.4.1",
"word-wrap": "^1.2.5"
}
}