@skylence-ai/skyline-darwin-arm64 1.0.31

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 +15 -0
  2. package/package.json +20 -0
  3. package/skyline +0 -0
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # @skylence-ai/skyline-darwin-arm64
2
+
3
+ The macOS arm64 binary for [@skylence-ai/skyline](https://www.npmjs.com/package/@skylence-ai/skyline).
4
+
5
+ Installed automatically as an optional dependency. Install the main package instead:
6
+
7
+ ```bash
8
+ npm install -g @skylence-ai/skyline
9
+ ```
10
+
11
+ See the [main package](https://www.npmjs.com/package/@skylence-ai/skyline) for full documentation.
12
+
13
+ ## License
14
+
15
+ Apache-2.0
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@skylence-ai/skyline-darwin-arm64",
3
+ "version": "1.0.31",
4
+ "description": "macOS arm64 binary for @skylence-ai/skyline",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/skylence-be/binary-skyline"
9
+ },
10
+ "os": [
11
+ "darwin"
12
+ ],
13
+ "cpu": [
14
+ "arm64"
15
+ ],
16
+ "preferUnplugged": true,
17
+ "files": [
18
+ "skyline"
19
+ ]
20
+ }
package/skyline ADDED
Binary file