homebridge-p1
Version:
Homebridge plugin for DMSR end-consumer (P1) interface
56 lines (55 loc) • 1.25 kB
JSON
{
"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": "1.3.31",
"keywords": [
"homebridge-plugin",
"homekit",
"dsmr",
"p1",
"dsmrp1",
"smartmeter",
"smart-meter",
"slimmemeter",
"slimme-meter"
],
"type": "module",
"main": "index.js",
"engines": {
"homebridge": "^1.10.0||^2.0.0-beta",
"node": "^22||^20"
},
"dependencies": {
"homebridge-lib": "~7.1.6",
"serialport": "^13.0.0",
"ws": "^8.18.2"
},
"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"
}
]
}