{
  "name": "@realtimex/vad-web",
  "description": "Powerful, user-friendly voice activity detector (VAD) for the browser",
  "keywords": [
    "speech-recognition",
    "wake-word-detection",
    "machine-learning",
    "voice-activity-detection",
    "vad",
    "onnx",
    "voice-control",
    "offline-speech-recognition"
  ],
  "homepage": "https://github.com/therealtimex/vad",
  "repository": {
    "type": "git",
    "url": "https://github.com/therealtimex/vad"
  },
  "bugs": {
    "url": "https://github.com/therealtimex/vad/issues"
  },
  "version": "1.0.4",
  "license": "ISC",
  "main": "dist/index.js",
  "unpkg": "dist/bundle.min.js",
  "jsdelivr": "dist/bundle.min.js",
  "devDependencies": {
    "@types/audioworklet": "^0.0.36",
    "@types/express": "^4.17.17",
    "@types/jest": "^29.5.0",
    "express": "^4.18.2",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "ts-jest": "^29.1.0",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "onnxruntime-web": "^1.17.0"
  },
  "scripts": {
    "build": "./scripts/build.sh",
    "clean": "rm -rf dist",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "release": "npm publish --access public"
  }
}
