@agidreams/ctm-linux-arm64 0.2.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 ADDED
File without changes
@@ -0,0 +1,6 @@
1
+ {
2
+ "ctm": {
3
+ "sha256": "9040520bb85c9d1ceb3e8088800b2c51ca63de916bddea2b7f13c80db0af6054",
4
+ "size": 8872912
5
+ }
6
+ }
package/bin/ctm ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@agidreams/ctm-linux-arm64",
3
+ "version": "0.2.1",
4
+ "description": "Claude Telegram Mirror native binary for Linux ARM64",
5
+ "license": "MIT",
6
+ "author": "Robert E. Lee <robert@agidreams.us>",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/robertelee78/claude-telegram-mirror.git"
10
+ },
11
+ "os": ["linux"],
12
+ "cpu": ["arm64"],
13
+ "files": ["bin/"],
14
+ "scripts": {
15
+ "prepublishOnly": "test -f bin/ctm || (echo 'ERROR: bin/ctm not found — build the binary first' && exit 1)"
16
+ },
17
+ "publishConfig": {
18
+ "access": "public"
19
+ }
20
+ }