homebridge-z2m-thermostat-pilot-wire
Version:
Combine a temperature sensor and a control outlet to create a thermostat
47 lines • 1.26 kB
JSON
{
"name": "homebridge-z2m-thermostat-pilot-wire",
"displayName": "z2m-thermostat-pilot-wire",
"version": "2.1.1",
"description": "Combine a temperature sensor and a control outlet to create a thermostat",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/renebigot/homebridge-z2m-thermostat-pilot-wire.git"
},
"bugs": {
"url": "https://github.com/renebigot/homebridge-z2m-thermostat-pilot-wire"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.3.0"
},
"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",
"mqtt",
"z2m",
"thermostat",
"pilot wire"
],
"dependencies": {
"mqtt": "^5.1.3"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"homebridge": "^1.6.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}