homebridge-warmup-wifi-thermostats
Version:
The Warump Wifi Thermostats plugin allows you to access and control Warmup Smart Wifi thermostats like the 6iE, 4iE and Element.
63 lines (62 loc) • 1.68 kB
JSON
{
"name": "homebridge-warmup-wifi-thermostats",
"displayname": "Warmup Wifi Smart Thermostats",
"type": "module",
"version": "0.1.0",
"description": "The Warump Wifi Thermostats plugin allows you to access and control Warmup Smart Wifi thermostats like the 6iE, 4iE and Element.",
"author": {
"name": "slycke",
"url": "https://github.com/slycke"
},
"main": "src/index.js",
"scripts": {
"lint": "eslint --max-warnings=0 .",
"lint:fix": "eslint --fix --max-warnings=0 .",
"watch": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slycke/homebridge-warmup-wifi-thermostats.git"
},
"keywords": [
"homebridge-plugin",
"warmup-wifi-thermostats",
"warmup",
"thermostats"
],
"engines": {
"homebridge": "^1.8.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.18.0 || ^22.10.0"
},
"dependencies": {
"axios": "^1.7.9",
"debug": "^4.4.0",
"homebridge-lib": "^7.1.0",
"moment": "^2.30.1",
"semver": "^7.6.3"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"eslint": "^9.18.0",
"eslint-plugin-format": "^1.0.1",
"globals": "^15.12.0",
"nodemon": "^3.1.7"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/slycke/homebridge-warmup-wifi-thermostats/issues"
},
"homepage": "https://github.com/slycke/homebridge-warmup-wifi-thermostats#readme",
"nodemonConfig": {
"watch": [
"src"
],
"ext": "js",
"ignore": [],
"exec": "DEBUG=warmup-wifi-thermostats* homebridge -U ./test/hbConfig -I -Q -T -D -P .",
"signal": "SIGTERM",
"env": {
"NODE_OPTIONS": "--trace-warnings"
}
}
}