just-usage 0.0.4 → 0.0.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/CHANGELOG.md +19 -9
- package/README.md +5 -1
- package/dist/cli.js +1571 -139
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "just-usage",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "One local page for your coding-CLI subscription quotas: Claude, Codex, Cursor, OpenCode Go.",
|
|
3
|
+
"version": "0.0.6",
|
|
4
|
+
"description": "One local page for your coding-CLI subscription quotas: Claude, Codex, Cursor, Antigravity, Grok, OpenCode Go.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "spheceo",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"codex",
|
|
17
17
|
"cursor",
|
|
18
18
|
"opencode",
|
|
19
|
+
"antigravity",
|
|
20
|
+
"grok",
|
|
19
21
|
"quota",
|
|
20
22
|
"usage",
|
|
21
23
|
"rate-limit",
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
"node": ">=20"
|
|
35
37
|
},
|
|
36
38
|
"scripts": {
|
|
37
|
-
"dev": "bun
|
|
39
|
+
"dev": "bun run src/cli.ts",
|
|
38
40
|
"build": "bun run scripts/build.ts",
|
|
39
41
|
"test": "bun test",
|
|
40
42
|
"typecheck": "tsc --noEmit",
|