{
  "name": "homebridge-ewelink",
  "displayName": "Homebridge eWeLink",
  "alias": "eWeLink",
  "type": "module",
  "version": "12.3.3",
  "description": "Homebridge plugin to integrate eWeLink 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/bwp91/homebridge-ewelink",
  "repository": {
    "type": "git",
    "url": "https://github.com/bwp91/homebridge-ewelink.git"
  },
  "bugs": {
    "url": "https://github.com/bwp91/homebridge-ewelink/issues"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "homebridge-ewelink",
    "hoobs",
    "hoobs-plugin",
    "homekit",
    "siri",
    "zigbee",
    "rf",
    "ewelink",
    "sonoff",
    "eachen",
    "smartwise"
  ],
  "main": "lib/index.js",
  "engines": {
    "homebridge": "^1.6.0 || ^2.0.0-beta.0",
    "node": "^18.20.4 || ^20.18.0 || ^22.9.0"
  },
  "scripts": {
    "lint": "eslint . --fix",
    "rebuild": "rm -rf package-lock.json && rm -rf node_modules && npm install"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^1.0.3",
    "axios": "^1.7.7",
    "node-persist": "^4.0.3",
    "p-queue": "^8.0.1",
    "websocket-as-promised": "^3.0.0",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^3.7.3",
    "eslint": "^9.12.0"
  }
}
