UNPKG

matterbridge-switchbot

Version:
56 lines (55 loc) 1.3 kB
{ "name": "matterbridge-switchbot", "version": "1.0.4", "description": "Matterbridge SwitchBot Plugin", "author": "https://github.com/Luligu", "homepage": "https://github.com/derbirch/matterbridge-switchbot/blob/main/README.md", "license": "Apache-2.0", "type": "module", "main": "dist/module.js", "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" }, "repository": { "type": "git", "url": "git+https://github.com/derbirch/matterbridge-switchbot.git" }, "bugs": { "url": "https://github.com/derbirch/matterbridge-switchbot/issues" }, "funding": { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/luligugithub" }, "keywords": [ "matterbridge", "plugin", "switchbot", "matter.js", "matter-node.js", "matter", "matterprotocol", "iot", "smarthome", "connectedthings", "hap", "homekit", "siri", "google-home", "alexa", "homeassistant", "smartthings" ], "dependencies": { "crypto": "^1.0.1", "node-ansi-logger": "3.1.1", "node-persist-manager": "2.0.0", "typescript": "^5.8.3" }, "peerDependencies": { "matterbridge": ">=3.0.7" }, "devDependencies": { "@types/node": "^24.0.10" } }