matterbridge-roborock-vacuum-plugin
Version:
Matterbridge Roborock Vacuum Plugin
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "matterbridge-roborock-vacuum-plugin",
"version": "1.1.1-rc06",
"description": "Matterbridge Roborock Vacuum Plugin",
"author": "https://github.com/RinDevJunior",
"license": "MIT",
"homepage": "https://github.com/RinDevJunior/matterbridge-roborock-vacuum-plugin",
"type": "module",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RinDevJunior/matterbridge-roborock-vacuum-plugin.git"
},
"bugs": {
"url": "https://github.com/RinDevJunior/matterbridge-roborock-vacuum-plugin/issues"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.google.com/"
},
"keywords": [
"matterbridge",
"roborock",
"matter",
"matter.js",
"plugin",
"homekit",
"apple home"
],
"engines": {
"node": ">=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
},
"dependencies": {
"@log4js-node/log4js-api": "^1.0.2",
"@types/node-persist": "^3.1.8",
"axios": "^1.9.0",
"binary-parser": "^2.2.1",
"crc-32": "^1.2.2",
"jimp": "^1.6.0",
"mqtt": "^5.13.0",
"node-persist-manager": "1.0.8"
}
}