@homebridge-plugins/homebridge-ecovacs
Version:
Homebridge plugin to integrate Ecovacs Deebot devices into HomeKit.
78 lines (77 loc) • 1.76 kB
JSON
{
"name": "@homebridge-plugins/homebridge-ecovacs",
"displayName": "Homebridge Ecovacs",
"alias": "Deebot",
"type": "module",
"version": "7.2.3",
"description": "Homebridge plugin to integrate Ecovacs Deebot devices into HomeKit.",
"author": {
"name": "bwp91",
"email": "bwp91@icloud.com"
},
"license": "MIT",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/bwp91"
},
{
"type": "kofi",
"url": "https://ko-fi.com/bwp91"
},
{
"type": "patreon",
"url": "https://www.patreon.com/bwp91"
},
{
"type": "paypal",
"url": "https://www.paypal.me/BenPotter"
}
],
"homepage": "https://github.com/homebridge-plugins/homebridge-ecovacs",
"repository": {
"type": "git",
"url": "git+https://github.com/homebridge-plugins/homebridge-ecovacs.git"
},
"bugs": {
"url": "https://github.com/homebridge-plugins/homebridge-ecovacs/issues"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homebridge-deebot",
"homebridge-ecovacs",
"hoobs",
"hoobs-plugin",
"homekit",
"siri",
"ecovacs",
"deebot",
"yeedi",
"vacuum",
"hoover"
],
"main": "lib/index.js",
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^20 || ^22 || ^24"
},
"scripts": {
"lint": "eslint . --max-warnings=0",
"lint:fix": "npm run lint -- --fix",
"postinstall": "patch-package"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^2.1.0",
"ecovacs-deebot": "^0.9.6-beta.8",
"patch-package": "^8.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.19.0"
},
"overrides": {
"ecovacs-deebot": {
"axios": "^1.10.0"
}
}
}