@tokz/cli 0.2.5 → 0.2.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 +14 -6
package/package.json
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tokz/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Audit where your coding agent's context window and API dollars go.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"engines": {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=20.9.0"
|
|
9
|
+
},
|
|
10
|
+
"bin": {
|
|
11
|
+
"tokz": "./dist/cli.js"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
11
19
|
"scripts": {
|
|
12
20
|
"build": "tsup",
|
|
13
21
|
"test": "vitest run",
|
|
@@ -24,7 +32,7 @@
|
|
|
24
32
|
"zod": "^3.24.0"
|
|
25
33
|
},
|
|
26
34
|
"devDependencies": {
|
|
27
|
-
"@types/node": "^
|
|
35
|
+
"@types/node": "^20.19.43",
|
|
28
36
|
"@types/react": "^18.3.12",
|
|
29
37
|
"ink-testing-library": "^4.0.0",
|
|
30
38
|
"tsup": "^8.3.0",
|