{
  "name": "homebridge-sony-adcp-projector",
  "version": "2.0.0",
  "displayName": "Homebridge Sony ADCP Projector",
  "description": "Homebridge accessory to control Sony projectors over ADCP (IP). Exposes a HomeKit Television tile with input sources.",
  "main": "index.js",
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "sony",
    "projector",
    "adcp",
    "homekit",
    "tv"
  ],
  "author": "Steve Ward <steven@stevenward.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steven-ward/Homebridge-Sony-ADCP-Projector-Plugin.git"
  },
  "bugs": {
    "url": "https://github.com/steven-ward/Homebridge-Sony-ADCP-Projector-Plugin/issues"
  },
  "homepage": "https://github.com/steven-ward/Homebridge-Sony-ADCP-Projector-Plugin#readme",
  "engines": {
    "node": ">=18.20.0",
    "homebridge": ">=1.6.0"
  },
  "homebridge": {
    "pluginAlias": "SonyProjector",
    "pluginType": "accessory"
  },
  "schema": "config.schema.json",
  "files": [
    "index.js",
    "accessory.js",
    "adcp.js",
    "config.schema.json",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {},
  "devDependencies": {
    "@eslint/js": "^9.22.0",
    "eslint": "^8.57.1",
    "globals": "^16.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.0"
  },
  "scripts": {
    "lint": "eslint . --fix || true",
    "fmt": "prettier -w .",
    "test": "jest -i -u || true",
    "prepublishOnly": "npm run lint && npm run test && npm run fmt"
  }
}
