{
  "displayName": "MELCloud Control",
  "name": "homebridge-melcloud-control",
  "version": "4.10.2",
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
  "license": "MIT",
  "author": "grzegorz914",
  "maintainers": [
    "grzegorz914"
  ],
  "homepage": "https://github.com/grzegorz914/homebridge-melcloud-control#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grzegorz914/homebridge-melcloud-control.git"
  },
  "bugs": {
    "url": "https://github.com/grzegorz914/homebridge-melcloud-control/issues"
  },
  "type": "module",
  "exports": {
    ".": "./index.js"
  },
  "files": [
    "src",
    "homebridge-ui",
    "index.js",
    "config.schema.json",
    "package.json",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "homebridge": "^1.8.0 || ^2.0.0 || ^2.0.0-beta.79 || ^2.0.0-alpha.81",
    "node": "^20 || ^22 || ^24 || ^25"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^2.2.3",
    "mqtt": "^5.15.1",
    "axios": "^1.15.0",
    "axios-cookiejar-support": "^6.0.5",
    "tough-cookie": "^6.0.1",
    "express": "^5.2.1",
    "ws": "^8.20.0"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "homekit",
    "mitsubishi",
    "melcloud",
    "melcloudhome",
    "ecodan",
    "zubadan",
    "lossnay",
    "vrf",
    "mqtt",
    "restful"
  ],
  "funding": {
    "type": "Buy Coffee To",
    "url": "https://buycoffee.to/grzegorz914"
  },
  "contributors": [],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}