{
  "displayName": "Xbox TV",
  "name": "homebridge-xbox-tv",
  "version": "4.1.20",
  "description": "Homebridge plugin to control Xbox game consoles.",
  "license": "MIT",
  "author": "grzegorz914",
  "maintainers": [
    "grzegorz914"
  ],
  "homepage": "https://github.com/grzegorz914/homebridge-xbox-tv#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grzegorz914/homebridge-xbox-tv.git"
  },
  "bugs": {
    "url": "https://github.com/grzegorz914/homebridge-xbox-tv/issues"
  },
  "type": "module",
  "exports": {
    ".": "./index.js"
  },
  "files": [
    "src",
    "homebridge-ui",
    "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": {
    "@homebridge/plugin-ui-utils": "^2.2.4",
    "mqtt": "^5.15.1",
    "hex-to-binary": "^1.0.1",
    "uuid": "^14.0.0",
    "express": "^5.2.1",
    "axios": "^1.16.1"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "homekit",
    "xbox",
    "microsoft",
    "smartglass",
    "mqtt",
    "restful"
  ],
  "funding": {
    "type": "Buy Coffee To",
    "url": "https://buycoffee.to/grzegorz914"
  },
  "contributors": [],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}