-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 855 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 855 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
{
"name": "test-bot",
"version": "1.0.0",
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
"commandkit": "commandkit",
"dev": "commandkit dev",
"build": "commandkit build",
"start": "commandkit start",
"node": "node"
},
"dependencies": {
"@ai-sdk/google": "^2.0.52",
"@commandkit/ai": "workspace:*",
"@commandkit/cache": "workspace:*",
"@commandkit/devtools": "workspace:*",
"@commandkit/i18n": "workspace:*",
"@commandkit/legacy": "workspace:*",
"@commandkit/tasks": "workspace:*",
"@commandkit/workflow": "workspace:*",
"commandkit": "workspace:*",
"discord.js": "catalog:discordjs",
"ms": "^2.1.3",
"workflow": "catalog:workflow",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/ms": "^2.1.0",
"cross-env": "^10.1.0",
"tsx": "^4.21.0"
}
}