@zelo/zelosh-darwin-arm64 0.0.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/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # @zelo/zelosh-darwin-arm64
2
+
3
+ This package contains the prebuilt `zelo` and `zelo-server` binaries for `darwin-arm64`.
4
+
5
+ It is an optional dependency of `zelosh`.
6
+
package/bin/.gitkeep ADDED
@@ -0,0 +1 @@
1
+
package/bin/zelo ADDED
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@zelo/zelosh-darwin-arm64",
3
+ "version": "0.0.1",
4
+ "private": false,
5
+ "description": "Prebuilt zelo/zelo-server binaries for darwin-arm64.",
6
+ "os": ["darwin"],
7
+ "cpu": ["arm64"],
8
+ "files": ["bin/"],
9
+ "publishConfig": {
10
+ "access": "public"
11
+ }
12
+ }
13
+