UNPKG

@homebridge-plugins/homebridge-tado

Version:
54 lines 1.45 kB
{ "name": "@homebridge-plugins/homebridge-tado", "version": "7.5.3", "description": "Homebridge plugin for controlling tado° devices.", "main": "index.js", "scripts": { "lint": "eslint --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": ">=20", "homebridge": "^1.6.0||^2.0.0-beta.0" }, "dependencies": { "@homebridge/plugin-ui-utils": "^2.0.1", "fakegato-history": "^0.6.7", "form-data": "^4.0.2", "fs-extra": "^11.3.0", "got": "^14.4.6", "moment": "^2.30.1" }, "devDependencies": { "@babel/core": "7.26.10", "@babel/eslint-parser": "7.27.0", "@babel/eslint-plugin": "7.27.0", "@eslint/js": "^9.23.0", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.5", "globals": "^16.0.0", "prettier": "^3.5.3" } }