-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 947 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 947 Bytes
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
{
"name": "cc-context-telemetry",
"version": "1.4.7",
"description": "A Claude Code statusLine wrapper that bridges context % and usage limits to your hooks and plugins, while keeping your existing bar.",
"main": "index.js",
"bin": {
"cc-context-telemetry-statusline": "bin/cct-statusline"
},
"scripts": {
"test": "node test/run.js"
},
"engines": {
"node": ">=18"
},
"keywords": [
"claude-code",
"statusline",
"hooks",
"telemetry",
"context"
],
"license": "MIT",
"author": "Technical Turtle <hello@technical-turtle.com>",
"repository": {
"type": "git",
"url": "https://github.com/technical-turtle/cc-context-telemetry"
},
"bugs": {
"url": "https://github.com/technical-turtle/cc-context-telemetry/issues"
},
"homepage": "https://github.com/technical-turtle/cc-context-telemetry#readme",
"files": [
"index.js",
"bin/",
"README.md",
"LICENSE"
]
}