UNPKG

homebridge-p1

Version:

Homebridge plugin for DMSR end-consumer (P1) interface

55 lines (54 loc) 1.21 kB
{ "name": "homebridge-p1", "description": "Homebridge plugin for DMSR end-consumer (P1) interface", "displayName": "Homebridge P1", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "2.0.1", "keywords": [ "homebridge-plugin", "homekit", "dsmr", "p1", "dsmrp1", "smartmeter", "smart-meter", "slimmemeter", "slimme-meter" ], "type": "module", "main": "index.js", "engines": { "homebridge": "^2.0.1", "node": "^24||^22" }, "dependencies": { "homebridge-lib": "~8.1.0", "serialport": "^13.0.0" }, "scripts": { "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/homebridge-p1.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-p1/issues" }, "homepage": "https://github.com/ebaauw/homebridge-p1#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }