gusage 1.0.4 → 1.1.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # gusage
2
2
 
3
- A standalone, sub-second CLI to export and monitor Gemini CLI quota and usage statistics.
3
+ A CLI / TUI to monitor Gemini CLI usage.
4
4
 
5
5
  <p align="center">
6
6
  <img src="https://raw.githubusercontent.com/a-hariti/gusage/master/assets/demo.png" width="500" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gusage",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "description": "A standalone CLI to export Gemini CLI quota and usage statistics",
5
5
  "module": "index.ts",
6
6
  "type": "module",
@@ -32,5 +32,14 @@
32
32
  },
33
33
  "peerDependencies": {
34
34
  "typescript": "^5"
35
- }
35
+ },
36
+ "keywords": [
37
+ "gemini-cli",
38
+ "gemini",
39
+ "google-gemini",
40
+ "quota",
41
+ "usage",
42
+ "stats",
43
+ "monitoring"
44
+ ]
36
45
  }