{
  "name": "hey-buddy-onnx",
  "version": "0.1.2",
  "description": "Audio WakeWord Detection",
  "keywords": [
    "wakeword",
    "audio",
    "detection",
    "onnxruntime",
    "web"
  ],
  "author": "Benjamin Paine <painebenjamin@gmail.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/painebenjamin/hey-buddy.git"
  },
  "bugs": {
    "url": "https://github.com/painebenjamin/hey-buddy/issues"
  },
  "homepage": "https://github.com/painebenjamin/hey-buddy#README",
  "main": "dist/hey-buddy.min.js",
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "worklet": "webpack --config worklet.config.js",
    "start": "node server.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "onnxruntime-web": "^1.19.0"
  },
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.14.7",
    "babel-loader": "^8.2.2",
    "express": "^4.17.1",
    "terser-webpack-plugin": "^5.1.4",
    "webpack": "^5.42.0",
    "webpack-cli": "^4.7.2"
  }
}
