{
  "name": "webrtcvad",
  "author": "Serenade Labs, Inc. <contact@serenade.ai>",
  "version": "1.0.1",
  "description": "Bindings for the WebRTC VAD.",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "keywords": ["webrtc", "vad", "audio", "pcm"],
  "bugs": {
    "url": "https://github.com/serenadeai/webrtcvad/issues"
  },
  "repository": "git+https://github.com/serenadeai/webrtcvad.git",
  "dependencies": {
    "bindings": "^1.3.0",
    "node-addon-api": "^1.7.1"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "prepare": "tsc",
    "install": "node-gyp rebuild"
  },
  "devDependencies": {
    "@types/bindings": "^1.3.0",
    "@types/node": "^12.11.5",
    "typescript": "^3.6.4"
  },
  "gypfile": true
}
