{
  "name": "openwakeword-wasm-browser",
  "version": "0.1.0",
  "description": "Wake word detection for the browser using onnxruntime-web and OpenWakeWord models (hey_jarvis, hey_mycroft, alexa, etc).",
  "main": "src/index.js",
  "type": "module",
  "module": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/dnavarrom/openwakeword_wasm.git"
  },
  "homepage": "https://github.com/dnavarrom/openwakeword_wasm/tree/main",
  "files": [
    "src",
    "models",
    "README.md"
  ],
  "scripts": {
    "lint": "echo \"no lint configured\"",
    "test": "echo \"no tests configured\""
  },
  "dependencies": {
    "onnxruntime-web": "^1.23.2"
  },
  "license": "MIT",
  "keywords": [
    "wake-word",
    "onnxruntime",
    "web",
    "speech",
    "hey-jarvis"
  ]
}
