{
  "displayName": "Denon TV",
  "name": "homebridge-denon-tv",
  "version": "6.1.20",
  "description": "Homebridge plugin to control Denon/Marantz AV Receivers.",
  "license": "MIT",
  "author": "grzegorz914",
  "maintainers": [
    "grzegorz914"
  ],
  "homepage": "https://github.com/grzegorz914/homebridge-denon-tv#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grzegorz914/homebridge-denon-tv.git"
  },
  "bugs": {
    "url": "https://github.com/grzegorz914/homebridge-denon-tv/issues"
  },
  "type": "module",
  "exports": {
    ".": "./index.js"
  },
  "files": [
    "src",
    "index.js",
    "config.schema.json",
    "package.json",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "homebridge": "^1.8.0 || ^2.0.0",
    "node": "^20 || ^22 || ^24 || ^25 || ^26"
  },
  "dependencies": {
    "mqtt": "^5.15.1",
    "axios": "^1.17.0",
    "fast-xml-parser": "^5.8.0",
    "express": "^5.2.1"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "homekit",
    "denon",
    "marantz",
    "heos",
    "mqtt",
    "restful"
  ],
  "funding": {
    "type": "Buy Coffee To",
    "url": "https://buycoffee.to/grzegorz914"
  },
  "contributors": [],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}