{
  "name": "homebridge-denon-heos-audio",
  "displayName": "Homebridge Denon Heos Audio",
  "type": "module",
  "version": "0.3.0",
  "description": "Control your Denon speakers via AVR Control and/or HeosCLI",
  "author": "hov3rcraft",
  "license": "MIT",
  "homepage": "https://github.com/hov3rcraft/homebridge-denon-heos-audio#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hov3rcraft/homebridge-denon-heos-audio.git"
  },
  "bugs": {
    "url": "https://github.com/hov3rcraft/homebridge-denon-heos-audio/issues"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "denon",
    "heos",
    "avr",
    "speaker",
    "ceol",
    "avrcontrol",
    "heoscli",
    "heos-cli"
  ],
  "main": "dist/index.js",
  "engines": {
    "node": "^18.20.4 || ^20.18.0 || ^22.10.0",
    "homebridge": "^1.8.0 || ^2.0.0-beta.0"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "lint": "eslint . --max-warnings=0",
    "prepublishOnly": "npm run lint && npm run build",
    "watch": "npm run build && npm link && nodemon"
  },
  "devDependencies": {
    "@eslint/js": "^9.14.0",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^22.8.6",
    "eslint": "^9.14.0",
    "homebridge": "^2.0.0-beta.0",
    "nodemon": "^3.1.7",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.12.2"
  },
  "dependencies": {
    "@achingbrain/ssdp": "^4.2.1",
    "@xmldom/xmldom": "^0.9.7",
    "async-mutex": "^0.5.0",
    "date-fns": "^4.1.0"
  }
}
