{
  "displayName": "MELCloud Control",
  "name": "homebridge-melcloud-control",
  "version": "3.7.5",
  "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.9.0 || ^2.0.0 || ^2.0.0-beta.26 || ^2.0.0-alpha.37",
    "node": "^18.20.4 || ^20.15.1 || ^22.7.0 || ^23.2.0"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^2.0.1",
    "async-mqtt": "^2.6.3",
    "axios": "^1.8.4",
    "express": "^4.21.2"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "homekit",
    "mitsubishi",
    "melcloud",
    "ecodan",
    "zubadan",
    "lossnay",
    "vrf",
    "mqtt",
    "restful"
  ],
  "contributors": [],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}