@onbehalf/cli-darwin-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 +6 -0
  2. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # @onbehalf/cli-darwin-arm64
2
+
3
+ Placeholder. This name is reserved for the **behalf** project — <https://behalf.sh>.
4
+
5
+ It will carry the behalf CLI and the offline verifier for darwin/arm64, installed automatically
6
+ by the `onbehalf` package. Nothing is published here yet. Follow the site for updates.
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@onbehalf/cli-darwin-arm64",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder for the behalf CLI and offline verifier for darwin/arm64 (https://behalf.sh). Installed automatically by the `onbehalf` package; not useful on its own. Not yet published.",
5
+ "homepage": "https://behalf.sh",
6
+ "license": "Apache-2.0",
7
+ "repository": { "type": "git", "url": "git+https://github.com/behalf-sh/behalf.git" },
8
+ "os": ["darwin"],
9
+ "cpu": ["arm64"],
10
+ "files": ["README.md"]
11
+ }