{
  "name": "@steelbrain/media-speech-detection-web",
  "version": "1.2.0",
  "description": "Production-ready speech detection using Silero VAD ONNX model for web browsers",
  "files": [
    "dist",
    "silero_vad.onnx"
  ],
  "license": "MIT",
  "author": "Anees Iqbal <hello@aneesiqbal.ai>",
  "repository": {
    "type": "git",
    "url": "https://github.com/steelbrain/media-toolkit",
    "directory": "projects/media-speech-detection-web"
  },
  "homepage": "https://github.com/steelbrain/media-toolkit/tree/main/projects/media-speech-detection-web",
  "bugs": "https://github.com/steelbrain/media-toolkit/issues",
  "keywords": [
    "speech",
    "vad",
    "voice",
    "audio",
    "detection",
    "silero",
    "onnx",
    "web",
    "browser",
    "streaming"
  ],
  "scripts": {
    "build": "zshy",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "zshy": {
    "exports": "./src/index.ts"
  },
  "dependencies": {
    "onnxruntime-web": "^1.22.0"
  },
  "devDependencies": {
    "typescript": "^5.8.3",
    "vitest": "^3.2.4",
    "zshy": "^0.2.5"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  }
}
