@chances-ai/native-linux-arm64 24.0.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.
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # @chances-ai/native-linux-arm64
2
+
3
+ Prebuilt `chances-natives` addon for **linux-arm64**.
4
+
5
+ Generated during release and installed automatically as an optional
6
+ dependency of [`@chances-ai/native`](https://www.npmjs.com/package/@chances-ai/native).
7
+ npm/bun resolve only the package matching your `os`/`cpu`; you should
8
+ never need to depend on this directly.
Binary file
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@chances-ai/native-linux-arm64",
3
+ "version": "24.0.0",
4
+ "os": [
5
+ "linux"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "./chances-natives.linux-arm64.node",
11
+ "files": [
12
+ "*.node",
13
+ "README.md"
14
+ ],
15
+ "license": "MIT",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/codeweiz/chances-cli.git",
19
+ "directory": "packages/native"
20
+ },
21
+ "engines": {
22
+ "node": ">=22"
23
+ }
24
+ }