-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (33 loc) · 776 Bytes
/
Copy pathplugin.json
File metadata and controls
33 lines (33 loc) · 776 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
{
"name": "claudetop",
"version": "1.0.0",
"description": "htop for your Claude Code sessions — real-time cost tracking, cache efficiency, model comparison, smart alerts, web dashboard, and session analytics",
"author": "Lior Weinstein",
"license": "MIT",
"hooks": {
"SessionEnd": "hooks/session-end.sh"
},
"commands": [
"commands/stats.md",
"commands/dashboard.md",
"commands/branch.md",
"commands/export.md",
"commands/pricing.md"
],
"skills": [],
"repository": {
"type": "git",
"url": "https://github.com/liorwn/claudetop"
},
"keywords": [
"claude-code",
"cost-tracking",
"tokens",
"analytics",
"status-line",
"dashboard",
"budget",
"devtools"
],
"postInstall": "install.sh"
}