{
  "name": "whistle-switch",
  "description": "Control Homekit by whistling 🎶",
  "homepage": "https://github.com/colbyr/whistle-switch#readme",
  "keywords": [
    "home-automation",
    "homekit",
    "homekit-accessory",
    "hap",
    "music",
    "siri",
    "whistle"
  ],
  "version": "1.1.7",
  "repository": {
    "type": "git",
    "url": "https://github.com/colbyr/whistle-switch.git"
  },
  "author": "Colby Rabideau<me@colbyr.com>",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "start": "./start.sh",
    "dev": "WHISTLE_SWITCH_DEBUG=true ./start.sh"
  },
  "bin": {
    "whistle-switch": "./start.sh"
  },
  "dependencies": {
    "@stdlib/utils-circular-buffer": "^0.0.6",
    "@vitejs/plugin-react-refresh": "^1.3.6",
    "dotenv": "^10.0.0",
    "hap-nodejs": "^0.9.6",
    "lodash": "^4.17.21",
    "meyda": "^5.2.2",
    "puppeteer": "^10.4.0",
    "simple-statistics": "^7.7.0",
    "tone": "^14.7.77",
    "vite": "^2.6.12"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.178",
    "@types/meyda": "^4.3.2",
    "prettier": "^2.5.1",
    "typescript": "^4.5.4"
  }
}
