matterbridge-eve-room
Version:
Matterbridge eve room with history
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "matterbridge-eve-room",
"version": "1.3.1",
"description": "Matterbridge eve room with history",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.js",
"homepage": "https://www.npmjs.com/package/matterbridge-eve-room",
"repository": {
"type": "git",
"url": "git+https://github.com/Luligu/matterbridge-eve-room.git"
},
"bugs": {
"url": "https://github.com/Luligu/matterbridge-eve-room/issues"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/luligugithub"
},
"keywords": [
"matterbridge",
"homebridge",
"matter",
"matter.js",
"plugin",
"eve",
"room",
"temperature",
"humidity",
"air quality",
"voc",
"tvoc",
"history"
],
"engines": {
"node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
},
"dependencies": {
"matter-history": "1.1.19",
"node-ansi-logger": "3.1.1",
"node-persist-manager": "2.0.0"
}
}