{
  "name": "@fugood/node-whisper-win32-x64-vulkan",
  "version": "1.1.1",
  "description": "Native module for An another Node binding of whisper.cpp (win32-x64-vulkan)",
  "main": "index.node",
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mybigday/whisper.node.git"
  },
  "keywords": [
    "whisper",
    "speech-recognition",
    "audio",
    "transcription",
    "voice-activity-detection",
    "vad",
    "cpp",
    "node-addon",
    "vulkan",
    "cuda",
    "metal",
    "whisper.cpp",
    "darwin",
    "arm64",
    "native"
  ],
  "authors": [
    "ggml / whisper.cpp contributors",
    "Hans <hans.chen@bricks.tools>",
    "Jhen <developer@jhen.me>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mybigday/whisper.node/issues"
  },
  "homepage": "https://github.com/mybigday/whisper.node#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "files": [
    "index.node",
    "*.dll"
  ],
  "variant": "vulkan"
}