-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.43 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
59
60
{
"name": "pulso",
"version": "1.5.1",
"description": "Six-line Claude Code statusline: host:path + tokens, model + reasoning effort + thinking, session rate-limits + cost + diff impact, memory-leak watch (biggest node/claude process + resume warning), MCP and hook counts, and a soft-wrapped enabled-skills list with active-skill highlight. Distributed via Claude Code marketplace, curl|bash, or npx.",
"type": "module",
"bin": {
"pulso": "bin/pulso.mjs"
},
"files": [
"bin",
"install.sh",
"skills/pulso",
"commands",
".claude-plugin",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"engines": {
"node": ">=18"
},
"scripts": {
"install:pulso": "node bin/pulso.mjs install",
"check": "node bin/pulso.mjs check",
"uninstall:pulso": "node bin/pulso.mjs uninstall"
},
"keywords": [
"claude-code",
"statusline",
"hud",
"tokens",
"context-window",
"model",
"reasoning-effort",
"thinking",
"rate-limits",
"cost",
"mcp",
"hooks",
"skills",
"ui",
"observability",
"claude",
"anthropic",
"pulso"
],
"author": {
"name": "Orlando Molina",
"url": "https://github.com/ojesusmp"
},
"license": "MIT",
"homepage": "https://github.com/ojesusmp/pulso",
"repository": {
"type": "git",
"url": "git+https://github.com/ojesusmp/pulso.git"
},
"bugs": {
"url": "https://github.com/ojesusmp/pulso/issues"
}
}