@j-tech-japan/intent-cli-darwin-arm64 0.22.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/README.md +4 -0
- package/bin/intent-cli +0 -0
- package/bin/intent-cli.sha256 +1 -0
- package/package.json +23 -0
package/README.md
ADDED
package/bin/intent-cli
ADDED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
48b3efcbb56c76b300736a2424264e7632d9f26c33661c427a117d8e22ed2e5d intent-cli
|
package/package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@j-tech-japan/intent-cli-darwin-arm64",
|
|
3
|
+
"version": "0.22.0",
|
|
4
|
+
"description": "Self-contained intent-cli binary for macOS Apple Silicon.",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"os": [
|
|
7
|
+
"darwin"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"arm64"
|
|
11
|
+
],
|
|
12
|
+
"files": [
|
|
13
|
+
"bin",
|
|
14
|
+
"README.md"
|
|
15
|
+
],
|
|
16
|
+
"intentCli": {
|
|
17
|
+
"platform": "osx-arm64",
|
|
18
|
+
"version": "0.22.0",
|
|
19
|
+
"binary": "bin/intent-cli",
|
|
20
|
+
"binarySha256": "48b3efcbb56c76b300736a2424264e7632d9f26c33661c427a117d8e22ed2e5d",
|
|
21
|
+
"source": "self-contained GitHub Release asset"
|
|
22
|
+
}
|
|
23
|
+
}
|