homebridge-switcher-platform
Version:
Homebridge plugin for Switcher Smart Accessories
53 lines (52 loc) • 1.11 kB
JSON
{
"name": "homebridge-switcher-platform",
"description": "Homebridge plugin for Switcher Smart Accessories",
"version": "4.4.8",
"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": ">=15.0.0",
"homebridge": ">=1.4.0"
},
"dependencies": {
"fakegato-history": "^0.6.3",
"switcher-js2": "^1.6.7"
},
"devDependencies": {
"eslint": "^8.18.0"
},
"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"
}
]
}