ccfly-linux-x64 0.1.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/bin/.gitkeep +2 -0
- package/bin/ccfly +0 -0
- package/package.json +33 -0
package/bin/.gitkeep
ADDED
package/bin/ccfly
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ccfly-linux-x64",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Prebuilt ccfly Go binary for linux/x64 (glibc).",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"os": [
|
|
7
|
+
"linux"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"x64"
|
|
11
|
+
],
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=18"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"bin"
|
|
17
|
+
],
|
|
18
|
+
"preferUnplugged": true,
|
|
19
|
+
"author": "ccfly",
|
|
20
|
+
"homepage": "https://github.com/jsdvjx/ccfly#readme",
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/jsdvjx/ccfly.git",
|
|
24
|
+
"directory": "npm/ccfly-linux-x64"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"claude-code",
|
|
28
|
+
"tmux",
|
|
29
|
+
"terminal",
|
|
30
|
+
"websocket",
|
|
31
|
+
"ccfly"
|
|
32
|
+
]
|
|
33
|
+
}
|