{
  "name": "speech-asr",
  "version": "1.1.6",
  "description": "Browser-based real-time speech recognition using sherpa-onnx WebAssembly",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "lib",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "prepublishOnly": "npm run build",
    "release:patch": "npm version patch && npm run build && npm publish && git push --follow-tags",
    "release:minor": "npm version minor && npm run build && npm publish && git push --follow-tags",
    "release:major": "npm version major && npm run build && npm publish && git push --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anyshu/easy-asr.git"
  },
  "keywords": [
    "asr",
    "speech-recognition",
    "real-time",
    "sherpa-onnx",
    "webassembly",
    "voice",
    "microphone",
    "vad",
    "browser"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anyshu/easy-asr/issues"
  },
  "homepage": "https://github.com/anyshu/easy-asr#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "rollup": "^4.9.5",
    "rollup-plugin-copy": "^3.5.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "speech-asr": "^1.0.25"
  }
}
