{
  "name": "@picovoice/porcupine-web-ko-worker",
  "version": "2.1.7",
  "description": "Porcupine library for web browsers (via WebAssembly)",
  "author": "Picovoice Inc",
  "license": "Apache-2.0",
  "entry": "src/index.ts",
  "module": "dist/esm/index.js",
  "iife": "dist/iife/index.js",
  "types": "dist/types/index.d.ts",
  "keywords": [
    "porcupine",
    "web",
    "voice",
    "speech",
    "recognition",
    "ai",
    "hotword",
    "wake",
    "word",
    "offline",
    "hooks",
    "react",
    "dom"
  ],
  "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",
    "prepack": "npm-run-all build",
    "start": "cross-env TARGET='debug' rollup --config --watch",
    "watch": "rollup --config --watch",
    "format": "prettier --write \"**/*.{js,ts,json}\"",
    "test": "jest"
  },
  "dependencies": {
    "@picovoice/porcupine-web-core": "^2.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "@babel/plugin-transform-runtime": "^7.18.2",
    "@babel/preset-env": "^7.18.2",
    "@babel/runtime": "^7.18.3",
    "@picovoice/web-utils": "^1.0.1",
    "@rollup/plugin-babel": "^5.2.3",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.1.1",
    "@typescript-eslint/eslint-plugin": "^4.15.0",
    "@typescript-eslint/parser": "^4.15.0",
    "async-mutex": "^0.3.2",
    "cross-env": "^7.0.3",
    "eslint": "^7.19.0",
    "jest": "^26.6.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.2.1",
    "rollup": "^2.38.5",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "rollup-plugin-web-worker-loader": "^1.6.0",
    "tslib": "^2.1.0",
    "typescript": "^4.1.5",
    "wavefile": "^11.0.0"
  }
}