{
  "name": "@homebridge-plugins/homebridge-ecovacs",
  "displayName": "Homebridge Ecovacs",
  "alias": "Deebot",
  "type": "module",
  "version": "8.0.1",
  "description": "Homebridge plugin to integrate Ecovacs Deebot/Yeedi 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": "dist/index.js",
  "engines": {
    "homebridge": "^2.0.0",
    "node": "^22.12.0 || ^24.0.0"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc && npm run plugin-ui",
    "start": "homebridge -U ./test/hbConfig -D",
    "plugin-ui": "cp -r ./src/homebridge-ui ./dist/",
    "watch": "npm run build && npm link && nodemon",
    "lint": "eslint . --max-warnings=0",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "npm run lint && npm run build",
    "postinstall": "patch-package"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^2.2.5",
    "ecovacs-deebot": "^0.9.6-beta.12",
    "patch-package": "^8.0.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.1.0",
    "@types/node": "^26.1.1",
    "homebridge": "^2.1.0",
    "nodemon": "^3.1.14",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3"
  },
  "overrides": {
    "ecovacs-deebot": {
      "@xmldom/xmldom": "^0.9.10",
      "axios": "^1.18.1",
      "canvas": {
        ".": "^2.11.2",
        "@mapbox/node-pre-gyp": {
          "tar": "^7.5.20"
        }
      },
      "simple-xmpp": {
        "node-xmpp-client": {
          ".": "^3.1.11",
          "request": {
            "form-data": "^2.5.6",
            "qs": "^6.15.3"
          }
        }
      }
    },
    "reconnect-core": "0.0.1"
  }
}
