@ahkohd/pi-mesh-darwin-arm64 0.1.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,3 @@
1
+ # @ahkohd/pi-mesh-darwin-arm64
2
+
3
+ Prebuilt pi-mesh service binaries for macOS arm64.
package/bin/pi-mesh ADDED
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "@ahkohd/pi-mesh-darwin-arm64",
3
+ "version": "0.1.1",
4
+ "description": "Prebuilt service binaries for @ahkohd/pi-mesh (darwin arm64)",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/ahkohd/pi-mesh.git",
9
+ "directory": "npm/darwin-arm64"
10
+ },
11
+ "os": [
12
+ "darwin"
13
+ ],
14
+ "cpu": [
15
+ "arm64"
16
+ ],
17
+ "bin": {
18
+ "pi-mesh": "bin/pi-mesh",
19
+ "pi-mesh-tailscale": "bin/pi-mesh-tailscale"
20
+ },
21
+ "files": [
22
+ "bin/pi-mesh",
23
+ "bin/pi-mesh-tailscale",
24
+ "README.md"
25
+ ],
26
+ "publishConfig": {
27
+ "access": "public",
28
+ "provenance": true
29
+ }
30
+ }