@sayknow-cli/natives-darwin-arm64 0.3.9

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,5 @@
1
+ # @sayknow-cli/natives-darwin-arm64
2
+
3
+ Darwin arm64 optional native addon package for `@sayknow-cli/natives`.
4
+
5
+ This package is installed as an optional dependency of `@sayknow-cli/natives`; users should import `@sayknow-cli/natives`, not this package directly.
package/package.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "@sayknow-cli/natives-darwin-arm64",
3
+ "version": "0.3.9",
4
+ "description": "Darwin arm64 native addon for @sayknow-cli/natives",
5
+ "type": "module",
6
+ "homepage": "https://sayknow-cli.com",
7
+ "author": "jaybeyond",
8
+ "license": "MIT",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/jaybeyond/Sayknow_CLI.git",
12
+ "directory": "packages/natives-darwin-arm64"
13
+ },
14
+ "bugs": {
15
+ "url": "https://github.com/jaybeyond/Sayknow_CLI/issues"
16
+ },
17
+ "os": [
18
+ "darwin"
19
+ ],
20
+ "cpu": [
21
+ "arm64"
22
+ ],
23
+ "files": [
24
+ "native",
25
+ "README.md"
26
+ ],
27
+ "exports": {
28
+ "./package.json": "./package.json"
29
+ }
30
+ }