UNPKG

matterbridge-somfy-tahoma

Version:
75 lines (74 loc) 1.6 kB
{ "name": "matterbridge-somfy-tahoma", "version": "1.6.0", "description": "Matterbridge somfy tahoma plugin", "author": "https://github.com/Luligu", "license": "Apache-2.0", "homepage": "https://www.npmjs.com/package/matterbridge-somfy-tahoma", "type": "module", "main": "dist/module.js", "types": "dist/module.d.ts", "exports": { ".": { "import": "./dist/module.js", "types": "./dist/module.d.ts" } }, "repository": { "type": "git", "url": "git+https://github.com/Luligu/matterbridge-somfy-tahoma.git" }, "bugs": { "url": "https://github.com/Luligu/matterbridge-somfy-tahoma/issues" }, "funding": { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/luligugithub" }, "keywords": [ "matterbridge", "homebridge", "matter", "matter.js", "matterprotocol", "iot", "smarthome", "connectedthings", "tahoma", "somfy", "screens", "blinds", "bridge", "childbridge", "plugin", "frontend", "matter-node.js", "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": [ "bin", "dist", "npm-shrinkwrap.json", "CHANGELOG.md", "*.config.json", "*.schema.json" ], "dependencies": { "node-ansi-logger": "3.3.0", "node-persist-manager": "2.1.0", "overkiz-client": "1.0.20" } }