@1memory/cli-linux-arm64 0.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @1memory/cli-linux-arm64
2
+
3
+ 占位包,仅用于开通 Trusted Publisher。真实二进制由后续 CI 版本发布。
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@1memory/cli-linux-arm64",
3
+ "version": "0.0.0",
4
+ "description": "1memory CLI linux-arm64 binary (placeholder; real binaries come from CI)",
5
+ "license": "MIT",
6
+ "os": [
7
+ "linux"
8
+ ],
9
+ "cpu": [
10
+ "arm64"
11
+ ],
12
+ "repository": {
13
+ "url": "git+https://github.com/one-memory/1memory.git",
14
+ "type": "git"
15
+ },
16
+ "publishConfig": {
17
+ "access": "public",
18
+ "registry": "https://registry.npmjs.org/"
19
+ }
20
+ }