homebridge-fenix-tft-wifi
Version:
Homebridge plugin which adds a Fenix TFT WiFi thermostat as HomeKit device.
56 lines (55 loc) • 1.48 kB
JSON
{
"displayName": "Homebridge Fenix TFT Wifi thermostats",
"name": "homebridge-fenix-tft-wifi",
"version": "2.1.5",
"description": "Homebridge plugin which adds a Fenix TFT WiFi thermostat as HomeKit device.",
"license": "Apache-2.0",
"author": "Tomas Kulhanek <jsem@tomaskulhanek.cz>",
"repository": {
"type": "git",
"url": "https://github.com/tomas-kulhanek/homebridge-fenix-tft-wifi.git"
},
"bugs": {
"url": "https://github.com/tomas-kulhanek/homebridge-fenix-tft-wifi/issues"
},
"engines": {
"node": ">=14.18.1",
"homebridge": ">=1.3.5"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"fenix",
"tft",
"thermostat"
],
"dependencies": {
"@types/fs-extra": "^11.0.1",
"axios": "^1.3.5",
"fs-extra": "^11.1.1",
"jwt-check-expiry": "^1.0.10"
},
"devDependencies": {
"@types/node": "^16.10.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"homebridge": "^1.6.0",
"nodemon": "^2.0.20",
"rimraf": "^3.0.2",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/tomas-kulhanek"
}
]
}