-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.29 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "claude-stat",
"version": "0.1.1",
"description": "A compact, information-dense status line for Claude Code. Shows context window usage, rate limits, prompt cache hit percentage, model, effort level, git branch, and session token totals. Zero dependencies.",
"bin": {
"claude-stat": "./install.js"
},
"main": "statusline.js",
"files": [
"install.js",
"statusline.js",
"README.md",
"LICENSE",
"example.png",
"alt-example.png"
],
"scripts": {
"install-statusline": "node install.js",
"uninstall-statusline": "node install.js uninstall"
},
"keywords": [
"claude-code",
"claude",
"anthropic",
"statusline",
"status-line",
"status-bar",
"claude-code-statusline",
"claude-status",
"cli",
"terminal",
"ansi",
"context-window",
"rate-limit",
"prompt-cache",
"cache-hit",
"developer-tools",
"zero-dependencies"
],
"homepage": "https://github.com/waelmas/claude-stat#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/waelmas/claude-stat.git"
},
"bugs": {
"url": "https://github.com/waelmas/claude-stat/issues"
},
"author": "Wael Masri",
"license": "MIT",
"engines": {
"node": ">=14"
},
"os": [
"darwin",
"linux",
"win32"
]
}