-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.1 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.1 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
{
"name": "skill-statusline",
"version": "2.1.1",
"description": "Rich, themeable statusline for Claude Code — accurate context tracking, 5 themes, 3 layouts, token/cost/GitHub/skill display. Pure bash, zero deps.",
"bin": {
"skill-statusline": "bin/cli.js",
"ccsl": "bin/cli.js"
},
"files": [
"bin/",
"lib/",
"themes/",
"layouts/",
"commands/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "bash test/run-all.sh"
},
"keywords": [
"claude-code",
"statusline",
"status-bar",
"cli",
"claude",
"anthropic",
"ai-coding",
"developer-tools",
"terminal",
"prompt",
"themes",
"context-window",
"token-tracking"
],
"author": {
"name": "Anit Chaudhary",
"url": "https://github.com/AnitChaudhry"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AnitChaudhry/skill-statusline.git"
},
"homepage": "https://skills.thinqmesh.com",
"bugs": {
"url": "https://github.com/AnitChaudhry/skill-statusline/issues"
},
"engines": {
"node": ">=16"
}
}