forked from neplextech/commandkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 933 Bytes
/
package.json
File metadata and controls
42 lines (42 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
41
42
{
"name": "@commandkit/ai",
"version": "1.2.1",
"description": "Supercharge your CommandKit bot with AI capabilities",
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"check-types": "tsc --noEmit",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neplextech/commandkit.git",
"directory": "packages/ai"
},
"keywords": [
"commandkit",
"ai"
],
"contributors": [
"Twilight <hello@twlite.dev>",
"Avraj <avraj@underctrl.io>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/neplextech/commandkit/issues"
},
"homepage": "https://commandkit.dev",
"devDependencies": {
"commandkit": "workspace:*",
"discord.js": "catalog:discordjs",
"tsconfig": "workspace:*",
"typescript": "catalog:build"
},
"dependencies": {
"ai": "^6.0.105",
"zod": "^4.3.6"
}
}