@oneharness/cli-darwin-arm64 0.3.11

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,4 @@
1
+ # @oneharness/cli-darwin-arm64
2
+
3
+ Prebuilt `oneharness` binary for darwin arm64.
4
+ This is a platform-specific dependency of [`oneharness-cli`](https://www.npmjs.com/package/oneharness-cli); install that instead.
package/bin/oneharness ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@oneharness/cli-darwin-arm64",
3
+ "version": "0.3.11",
4
+ "description": "Prebuilt oneharness binary for darwin arm64.",
5
+ "homepage": "https://github.com/nickderobertis/oneharness",
6
+ "license": "MIT",
7
+ "author": "Nick DeRobertis",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/nickderobertis/oneharness.git"
11
+ },
12
+ "os": [
13
+ "darwin"
14
+ ],
15
+ "cpu": [
16
+ "arm64"
17
+ ],
18
+ "files": [
19
+ "bin/oneharness"
20
+ ]
21
+ }