{
  "displayName": "Homebridge MHI WF-RAC",
  "name": "homebridge-mhi-wfrac",
  "version": "2.0.0",
  "description": "A homebridge plugin for Mitshubishi WF-RAC aircos (using the Smart M-Air app)",
  "license": "Apache-2.0",
  "type": "module",
  "author": {
    "name": "Job Doesburg",
    "email": "job@jobdoesburg.nl",
    "url": "https://jobdoesburg.nl"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JobDoesburg/homebridge-mhi-wfrac.git"
  },
  "funding": {
    "type": "paypal",
    "url": "https://paypal.me/jobdoesburg"
  },
  "homepage": "https://github.com/JobDoesburg/homebridge-mhi-wfrac",
  "bugs": {
    "url": "https://github.com/JobDoesburg/homebridge-mhi-wfrac/issues"
  },
  "engines": {
    "node": "^18.17.0 || ^20.9.0 || ^22.0.0",
    "homebridge": "^1.7.0 || ^1.8.0 || ^2.0.0"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**/*.ts --max-warnings=0",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "mitshubishi-heavy-industries",
    "wf-rac",
    "smart-m-air",
    "airco",
    "air-conditioning"
  ],
  "devDependencies": {
    "@types/node": "^20.14.10",
    "@typescript-eslint/eslint-plugin": "^7.16.0",
    "@typescript-eslint/parser": "^7.16.0",
    "eslint": "^8.57.0",
    "homebridge": "^1.8.3",
    "nodemon": "^3.1.4",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.3"
  },
  "dependencies": {
    "axios": "^1.7.2",
    "buffer": "^6.0.3"
  }
}
