{
  "name": "@homebridge-plugins/homebridge-ecovacs",
  "displayName": "Homebridge Ecovacs",
  "alias": "Deebot",
  "type": "module",
  "version": "8.0.2",
  "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": "^1.0.0-alpha.22",
    "patch-package": "^8.0.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.1.0",
    "@types/node": "^26.1.1",
    "homebridge": "^2.2.0",
    "nodemon": "^3.1.14",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3"
  },
  "allowScripts": {
    "fsevents@2.3.3": true
  }
}
