{
  "name": "@picovoice/koala-web",
  "description": "Koala Noise Suppression engine for web browsers (via WebAssembly)",
  "author": "Picovoice Inc",
  "license": "Apache-2.0",
  "version": "2.0.0",
  "keywords": [
    "koala",
    "web",
    "voice",
    "speech",
    "ai",
    "Noise Cancellation",
    "Noise Suppression",
    "Noise Removal",
    "Speech Enhancement",
    "Speech Denoising",
    "offline",
    "dom"
  ],
  "entry": "src/index.ts",
  "module": "dist/esm/index.js",
  "iife": "dist/iife/index.js",
  "types": "dist/types/index.d.ts",
  "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}\"",
    "copywasm": "node scripts/copy_wasm.js",
    "setup-test": "node scripts/setup_test.js && npx pvbase64 -i ./test/koala_params.pv -o ./test/koala_params.js",
    "test": "cypress run --spec test/koala.test.ts",
    "test-perf": "cypress run --spec test/koala_perf.test.ts"
  },
  "dependencies": {
    "@picovoice/web-utils": "=1.3.2"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/plugin-transform-runtime": "^7.19.6",
    "@babel/preset-env": "^7.20.2",
    "@babel/runtime": "^7.20.13",
    "@rollup/plugin-babel": "^6.0.3",
    "@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": "^18.13.0",
    "@typescript-eslint/eslint-plugin": "^5.51.0",
    "@typescript-eslint/parser": "^5.51.0",
    "async-mutex": "^0.4.0",
    "cross-env": "^7.0.3",
    "cypress": "^12.5.1",
    "eslint": "^8.22.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",
    "wasm-feature-detect": "^1.5.0"
  },
  "engines": {
    "node": ">=16"
  }
}
