@autono/pinbox-linux-arm64 0.1.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 (3) hide show
  1. package/README.md +3 -0
  2. package/bin/pinbox +0 -0
  3. package/package.json +21 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @autono/pinbox-linux-arm64
2
+
3
+ The pinbox binary for linux arm64. Installed automatically as an optional dependency of [`@autono/pinbox`](https://github.com/autonoco/pinbox); do not depend on it directly.
package/bin/pinbox ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@autono/pinbox-linux-arm64",
3
+ "version": "0.1.0",
4
+ "description": "The pinbox binary for linux arm64.",
5
+ "license": "MIT",
6
+ "homepage": "https://github.com/autonoco/pinbox",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/autonoco/pinbox.git",
10
+ "directory": "tools/release"
11
+ },
12
+ "os": [
13
+ "linux"
14
+ ],
15
+ "cpu": [
16
+ "arm64"
17
+ ],
18
+ "files": [
19
+ "bin"
20
+ ]
21
+ }