{
  "name": "vosk-browser",
  "version": "0.0.8",
  "description": "Kaldi in-browser speech recognition based on a WASM build of the Vosk library",
  "main": "./dist/vosk.js",
  "module": "./dist/vosk.js",
  "scripts": {
    "build": "rollup -c",
    "clean": "rm -rf ./node_modules && rm -rf ./dist"
  },
  "keywords": [
    "kaldi",
    "vosk",
    "wasm",
    "asr",
    "stt"
  ],
  "author": "Ciaran O'Reilly <ciaran@oreilly.cat>",
  "repository": {
    "type": "git",
    "url": "git://github.com/ccoreilly/vosk-browser.git"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "uuid": "9.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.0.0",
    "@types/uuid": "^8.3.4",
    "rollup": "^2.79.0",
    "rollup-plugin-typescript2": "^0.33.0",
    "rollup-plugin-web-worker-loader": "^1.6.1",
    "ts-loader": "^9.3.1",
    "tslib": "^2.4.0",
    "typescript": "^4.8.2",
    "worker-loader": "^3.0.8"
  }
}
