UNPKG

matterbridge-shelly

Version:
77 lines (76 loc) 1.63 kB
{ "name": "matterbridge-shelly", "version": "2.3.0", "description": "Matterbridge shelly plugin", "author": "https://github.com/Luligu", "homepage": "https://www.npmjs.com/package/matterbridge-shelly", "license": "Apache-2.0", "type": "module", "main": "dist/platform.js", "types": "dist/platform.d.ts", "exports": { ".": { "import": "./dist/platform.js", "types": "./dist/platform.d.ts" } }, "repository": { "type": "git", "url": "git+https://github.com/Luligu/matterbridge-shelly.git" }, "bugs": { "url": "https://github.com/Luligu/matterbridge-shelly/issues" }, "funding": { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/luligugithub" }, "keywords": [ "shelly", "matterbridge", "homebridge", "bridge", "plugin", "frontend", "matterbridge", "matter.js", "matter-node.js", "matter", "matterprotocol", "iot", "smarthome", "connectedthings", "hap", "homekit", "siri", "google-home", "alexa", "homeassistant", "smartthings", "ewelink", "childbridge", "hass", "hassio", "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", "COMPONENTS.md", "BLU.md", "*.config.json", "*.schema.json" ], "dependencies": { "coap": "1.5.0", "multicast-dns": "7.2.5", "node-ansi-logger": "3.2.1", "node-persist-manager": "2.0.2", "ws": "8.20.1" } }