@boboddy/cli-linux-arm64 0.0.0-canary.84f364dee6506b322166e7bff4a28c294bbd7fb9
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/bin/boboddy-linux-arm64 +0 -0
- package/package.json +21 -0
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@boboddy/cli-linux-arm64",
|
|
3
|
+
"version": "0.0.0-canary.84f364dee6506b322166e7bff4a28c294bbd7fb9",
|
|
4
|
+
"description": "linux/arm64 binary for @boboddy/cli. Not for direct use.",
|
|
5
|
+
"os": [
|
|
6
|
+
"linux"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"arm64"
|
|
10
|
+
],
|
|
11
|
+
"files": [
|
|
12
|
+
"bin"
|
|
13
|
+
],
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/boboddy-dev/boboddy"
|
|
17
|
+
},
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public"
|
|
20
|
+
}
|
|
21
|
+
}
|