UNPKG

homebridge-shelly-trv

Version:

Homebridge Plugin für Shelly TRV Gen1 Heizkörperthermostate

42 lines (40 loc) 896 B
{ "name": "homebridge-shelly-trv", "private": false, "version": "1.0.5", "description": "Homebridge Plugin für Shelly TRV Gen1 Heizkörperthermostate", "main": "index.js", "config": { "schema": "./config.schema.json" }, "repository": { "type": "git", "url": "https://github.com/BernardTeske/shelly-trv.git" }, "bugs": { "url": "https://github.com/BernardTeske/shelly-trv/issues" }, "homepage": "https://github.com/BernardTeske/shelly-trv#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "homebridge-plugin", "shelly", "trv", "thermostat", "homekit" ], "engines": { "node": ">=10.17.0", "homebridge": ">=1.0.0" }, "author": "BernardTeske", "license": "ISC", "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0" } }