@kurrent/kcap 0.0.1-bootstrap.1
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/bin/.gitkeep +0 -0
- package/package.json +26 -0
package/bin/.gitkeep
ADDED
|
File without changes
|
package/package.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@kurrent/kcap",
|
|
3
|
+
"version": "0.0.1-bootstrap.1",
|
|
4
|
+
"description": "CLI companion for Kurrent Capacitor — records and visualizes Claude Code sessions",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/kurrent-io/kcap-cli.git"
|
|
9
|
+
},
|
|
10
|
+
"bin": {
|
|
11
|
+
"kcap": "bin/kcap.js"
|
|
12
|
+
},
|
|
13
|
+
"scripts": {},
|
|
14
|
+
"optionalDependencies": {
|
|
15
|
+
"@kurrent/kcap-darwin-arm64": "0.0.1-bootstrap.1",
|
|
16
|
+
"@kurrent/kcap-linux-x64": "0.0.1-bootstrap.1",
|
|
17
|
+
"@kurrent/kcap-linux-arm64": "0.0.1-bootstrap.1",
|
|
18
|
+
"@kurrent/kcap-linux-musl-x64": "0.0.1-bootstrap.1",
|
|
19
|
+
"@kurrent/kcap-linux-musl-arm64": "0.0.1-bootstrap.1",
|
|
20
|
+
"@kurrent/kcap-win-x64": "0.0.1-bootstrap.1"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"bin/",
|
|
24
|
+
"kcap/"
|
|
25
|
+
]
|
|
26
|
+
}
|