UNPKG

matterbridge-eve-door

Version:
71 lines (70 loc) 1.51 kB
{ "name": "matterbridge-eve-door", "version": "2.0.10", "description": "Matterbridge eve door with history", "author": "https://github.com/Luligu", "license": "Apache-2.0", "type": "module", "main": "dist/module.js", "types": "dist/module.d.ts", "exports": { ".": { "import": "./dist/module.js", "types": "./dist/module.d.ts" } }, "homepage": "https://www.npmjs.com/package/matterbridge-eve-door", "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", "bridge", "childbridge", "frontend", "matter-node.js", "matterprotocol", "iot", "smarthome", "connectedthings", "hap", "homekit", "siri", "google-home", "alexa", "homeassistant", "hass", "hassio", "smartthings", "ewelink", "gladysassistant" ], "engines": { "node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0" }, "files": [ "dist", "npm-shrinkwrap.json", "CHANGELOG.md" ], "dependencies": { "matter-history": "1.2.1", "node-ansi-logger": "3.2.1", "node-persist-manager": "2.0.2" } }