UNPKG

homebridge-ws

Version:

Homebridge plugin for virtual weather station

48 lines (47 loc) 1.05 kB
{ "name": "homebridge-ws", "description": "Homebridge plugin for virtual weather station", "displayName": "Homebridge WS", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "2.7.34", "keywords": [ "homebridge-plugin", "homekit", "weather" ], "type": "module", "main": "index.js", "engines": { "homebridge": "^1.10.0||^2.0.0-beta", "node": "^22||^20" }, "dependencies": { "homebridge-lib": "~7.1.6" }, "scripts": { "prepare": "standard", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/homebridge-ws.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-ws/issues" }, "homepage": "https://github.com/ebaauw/homebridge-ws#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }