UNPKG

@homebridge-plugins/homebridge-tado

Version:
49 lines 1.25 kB
{ "name": "@homebridge-plugins/homebridge-tado", "version": "9.1.2", "description": "Homebridge plugin for controlling tado° devices.", "main": "index.js", "scripts": { "lint": "eslint", "lint:fix": "npm run lint -- --fix" }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/homebridge-plugins/homebridge-tado.git" }, "author": "maintained by smart7324 (https://github.com/smart7324/) - author SeydX (https://github.com/SeydX/)", "license": "MIT", "bugs": { "url": "https://github.com/homebridge-plugins/homebridge-tado/issues" }, "homepage": "https://github.com/homebridge-plugins/homebridge-tado#readme", "keywords": [ "tado", "thermostat", "homebridge", "homebridge-plugin", "plugin", "boiler", "presence", "heat" ], "engines": { "node": ">=22", "homebridge": "^1.6.0||^2.0.0-beta.0" }, "dependencies": { "@homebridge/plugin-ui-utils": "^2.2.3", "fakegato-history": "^0.6.7", "form-data": "^4.0.5", "fs-extra": "^11.3.5", "got": "^15.0.5", "moment": "^2.30.1" }, "devDependencies": { "eslint": "^10.4.0", "@eslint/js": "^10.0.1", "globals": "^17.6.0", "prettier": "^3.8.3" } }