@kode-ai-tools/cli 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -26
- /package/{dist/bin.js → bin.js} +0 -0
package/package.json
CHANGED
|
@@ -1,34 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kode-ai-tools/cli",
|
|
3
|
-
"
|
|
3
|
+
"description": "Self-contained CLI for Kode AI Tools",
|
|
4
|
+
"version": "0.1.6",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
+
"access": "public",
|
|
8
|
+
"directory": "dist"
|
|
7
9
|
},
|
|
8
10
|
"bin": {
|
|
9
|
-
"ai-tools": "./
|
|
10
|
-
"kat": "./
|
|
11
|
-
},
|
|
12
|
-
"exports": {
|
|
13
|
-
".": "./dist/index.js"
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"dist"
|
|
17
|
-
],
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"commander": "^14.0.3",
|
|
20
|
-
"consola": "^3.4.2",
|
|
21
|
-
"yaml": "^2.8.2",
|
|
22
|
-
"zod": "^4.3.5",
|
|
23
|
-
"@types/node": "^25.0.3",
|
|
24
|
-
"type-fest": "^4.40.0",
|
|
25
|
-
"@kode-ai-tools/openapi": "0.0.0"
|
|
26
|
-
},
|
|
27
|
-
"scripts": {
|
|
28
|
-
"lint": "biome lint ./src",
|
|
29
|
-
"format": "biome format ./src",
|
|
30
|
-
"build": "tsc && vite --configLoader runner build",
|
|
31
|
-
"dev": "vite --configLoader runner dev",
|
|
32
|
-
"test": "vitest"
|
|
11
|
+
"ai-tools": "./bin.js",
|
|
12
|
+
"kat": "./bin.js"
|
|
33
13
|
}
|
|
34
14
|
}
|
/package/{dist/bin.js → bin.js}
RENAMED
|
File without changes
|