{
  "name": "homebridge-switcher-platform",
  "description": "Homebridge plugin for Switcher Smart Accessories",
  "version": "4.7.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/nitaybz/homebridge-switcher-platform.git"
  },
  "license": "MIT",
  "preferGlobal": true,
  "keywords": [
    "homebridge-plugin",
    "homebridge-switcher",
    "homebridge-switcher-platform",
    "switcher",
    "water-heater",
    "boiler"
  ],
  "bugs": {
    "url": "https://github.com/nitaybz/homebridge-switcher-platform/issues"
  },
  "engines": {
    "node": "^22.10.0 || ^24.0.0",
    "homebridge": "^1.8.0 || ^2.0.0"
  },
  "dependencies": {
    "fakegato-history": "^0.6.7",
    "switcher-js2": "^1.8.0"
  },
  "devDependencies": {
    "eslint": "^8.57.1"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": ""
  },
  "funding": [
    {
      "type": "paypal",
      "url": "https://paypal.me/nitaybz"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/nitaybz"
    },
    {
      "type": "kofi",
      "url": "https://ko-fi.com/nitaybz"
    }
  ]
}
