@whisper-cpp-node/darwin-arm64 0.1.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.
Files changed (3) hide show
  1. package/README.md +16 -0
  2. package/package.json +24 -0
  3. package/whisper.node +0 -0
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # @whisper-cpp-node/darwin-arm64
2
+
3
+ Native binary for macOS ARM64 (Apple Silicon).
4
+
5
+ This package is automatically installed by `@whisper-cpp-node/core` on compatible platforms.
6
+
7
+ **Do not install this package directly.** Install `@whisper-cpp-node/core` instead.
8
+
9
+ ## Requirements
10
+
11
+ - macOS 13.3+ (Ventura or later)
12
+ - Apple Silicon (M1/M2/M3/M4)
13
+
14
+ ## License
15
+
16
+ MIT
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@whisper-cpp-node/darwin-arm64",
3
+ "version": "0.1.0",
4
+ "description": "whisper.cpp native addon for macOS ARM64 (Apple Silicon)",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/niconicoye/whisper.cpp",
9
+ "directory": "npm/packages/darwin-arm64"
10
+ },
11
+ "os": [
12
+ "darwin"
13
+ ],
14
+ "cpu": [
15
+ "arm64"
16
+ ],
17
+ "main": "whisper.node",
18
+ "files": [
19
+ "whisper.node"
20
+ ],
21
+ "publishConfig": {
22
+ "access": "public"
23
+ }
24
+ }
package/whisper.node ADDED
Binary file