{
  "name": "whisper-webgpu",
  "description": "WebGPU implementation of Whisper.",
  "version": "0.10.0",
  "license": "$$$",
  "repository": {
    "type": "git",
    "url": "https://github.com/FL33TW00D/whisper-turbo"
  },
  "files": [
    "whisper-wasm_bg.wasm",
    "whisper-wasm.js",
    "whisper-wasm.d.ts"
  ],
  "module": "whisper-wasm.js",
  "types": "whisper-wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}