ccfly-darwin-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 ADDED
@@ -0,0 +1,2 @@
1
+ # Placeholder. CI cross-compiles `go/cmd/ccfly` (GOOS=darwin GOARCH=amd64,
2
+ # CGO_ENABLED=0) into `ccfly` here before publishing. Not checked in.
package/bin/ccfly ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "ccfly-darwin-x64",
3
+ "version": "0.1.0",
4
+ "description": "Prebuilt ccfly Go binary for darwin/x64 (Intel macOS).",
5
+ "license": "MIT",
6
+ "os": [
7
+ "darwin"
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-darwin-x64"
25
+ },
26
+ "keywords": [
27
+ "claude-code",
28
+ "tmux",
29
+ "terminal",
30
+ "websocket",
31
+ "ccfly"
32
+ ]
33
+ }