matterbridge-eve-door
Version:
Matterbridge eve door with history
39 lines (38 loc) • 872 B
JSON
{
"name": "matterbridge-eve-door",
"version": "1.2.3",
"description": "Matterbridge eve door with history",
"author": "https://github.com/Luligu",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Luligu/matterbridge-eve-door.git"
},
"bugs": {
"url": "https://github.com/Luligu/matterbridge-eve-door/issues"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/luligugithub"
},
"keywords": [
"matterbridge",
"homebridge",
"matter",
"matter.js",
"plugin",
"eve",
"door",
"history"
],
"engines": {
"node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0"
},
"dependencies": {
"matter-history": "1.1.18",
"node-ansi-logger": "3.0.1",
"node-persist-manager": "1.0.8"
}
}