{
  "name": "whisper-wasm",
  "description": "WebGPU implementation of Whisper.",
  "version": "0.0.1",
  "license": "MIT",
  "files": [
    "whisper-wasm_bg.wasm",
    "whisper-wasm.js",
    "whisper-wasm.d.ts"
  ],
  "module": "whisper-wasm.js",
  "types": "whisper-wasm.d.ts"
}
