@oomol/oocana-cli-aarch64-apple-darwin 0.24.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
+ # `@oomol/oocana-cli-aarch64-apple-darwin`
2
+
3
+ This is the aarch64-apple-darwin cli binary for @oomol/oocana
package/bin/oocana ADDED
Binary file
package/index.js ADDED
@@ -0,0 +1 @@
1
+ throw new Error("This module is not meant to be required");
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@oomol/oocana-cli-aarch64-apple-darwin",
3
+ "description": "The aarch64-apple-darwin cli binary for @oomol/oocana",
4
+ "version": "0.24.1",
5
+ "bin": {
6
+ "oocana": "bin/oocana"
7
+ },
8
+ "os": [
9
+ "darwin"
10
+ ],
11
+ "cpu": [
12
+ "arm64"
13
+ ],
14
+ "preferUnplugged": true,
15
+ "engines": {
16
+ "node": ">=12"
17
+ },
18
+ "publishConfig": {
19
+ "registry": "https://registry.npmjs.org"
20
+ }
21
+ }