{
  "name": "@egoist/web-voice-processor",
  "version": "0.0.1",
  "description": "Real-time audio processing for voice, in web browsers",
  "publishConfig": {
    "access": "public"
  },
  "entry": "src/index.ts",
  "main": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build:all": "rollup --config",
    "build:types": "tsc --declaration --declarationMap --emitDeclarationOnly --outDir ./dist/types",
    "build": "npm-run-all --parallel build:**",
    "lint": "eslint . --ext .js,.ts,.jsx,.tsx",
    "prepack": "npm-run-all build",
    "start": "cross-env TARGET='debug' rollup --config --watch",
    "watch": "rollup --config --watch",
    "format": "prettier --write \"**/*.{js,ts,json}\"",
    "test": "cypress run",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Picovoice/web-voice-processor.git"
  },
  "keywords": [
    "realtime",
    "real-time",
    "voice processing",
    "audio processing",
    "speech recognition",
    "browser",
    "web browser",
    "private",
    "web audio api",
    "microphone",
    "downsampling"
  ],
  "devDependencies": {
    "@picovoice/web-utils": "=1.3.1",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/pluginutils": "^5.0.2",
    "@types/node": "^22.10.3",
    "@typescript-eslint/eslint-plugin": "^5.51.0",
    "@typescript-eslint/parser": "^5.51.0",
    "cross-env": "^7.0.3",
    "cypress": "~12.8.1",
    "eslint": "^8.13.0",
    "eslint-plugin-cypress": "^2.12.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.3",
    "rollup": "^2.79.1",
    "rollup-plugin-typescript2": "^0.34.1",
    "rollup-plugin-web-worker-loader": "^1.6.1",
    "tslib": "^2.5.0",
    "typescript": "^4.9.5"
  }
}
