ccsidekick 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,70 @@
1
+ {
2
+ "name": "ccsidekick",
3
+ "version": "1.0.0",
4
+ "type": "module",
5
+ "sideEffects": false,
6
+ "exports": {
7
+ "./package.json": "./package.json"
8
+ },
9
+ "bin": {
10
+ "ccsidekick-render": "./dist/ccsidekick-render.js",
11
+ "ccsidekick": "./dist/ccsidekick.js"
12
+ },
13
+ "scripts": {
14
+ "build": "bun scripts/build.ts"
15
+ },
16
+ "files": [
17
+ "dist",
18
+ "README.md"
19
+ ],
20
+ "dependencies": {
21
+ "@ccsidekick/pack-batman": "1.0.0",
22
+ "@inkjs/ui": "2.0.0",
23
+ "ink": "^5.2.0",
24
+ "react": "^18.3.1",
25
+ "smol-toml": "^1.6.0"
26
+ },
27
+ "devDependencies": {
28
+ "@ccsidekick/pack-barbie": "1.0.0",
29
+ "@ccsidekick/pack-deadpool": "1.0.0",
30
+ "@ccsidekick/pack-harry-potter": "1.0.0",
31
+ "@ccsidekick/pack-hello-kitty": "1.0.0",
32
+ "@ccsidekick/pack-james-bond": "1.0.0",
33
+ "@ccsidekick/pack-spiderman": "1.0.0",
34
+ "ink-testing-library": "^4.0.0",
35
+ "@types/react": "^18.3.12"
36
+ },
37
+ "engines": {
38
+ "node": ">=20.6"
39
+ },
40
+ "keywords": [
41
+ "claude-code",
42
+ "claude",
43
+ "anthropic",
44
+ "statusline",
45
+ "status-line",
46
+ "cli",
47
+ "ascii-art",
48
+ "tui",
49
+ "terminal",
50
+ "themes",
51
+ "git",
52
+ "cost-tracking",
53
+ "token-usage",
54
+ "developer-tools",
55
+ "coding-companion",
56
+ "character"
57
+ ],
58
+ "license": "MIT",
59
+ "description": "A customizable Claude Code status line with a reactive ASCII character and a full widget layer.",
60
+ "repository": {
61
+ "type": "git",
62
+ "url": "git+https://github.com/krayong/ccsidekick.git",
63
+ "directory": "packages/core"
64
+ },
65
+ "homepage": "https://github.com/krayong/ccsidekick#readme",
66
+ "bugs": {
67
+ "url": "https://github.com/krayong/ccsidekick/issues"
68
+ },
69
+ "author": "Karan Gourisaria <ccsidekick@krayong.com>"
70
+ }