{
  "displayName": "homebridge Fibaro Home Center",
  "name": "homebridge-fibaro-home-center",
  "version": "3.2.2",
  "description": "Homebridge plugin for Fibaro Home Center (2, 2 Lite, 3, 3 Lite, Yubii Home).",
  "author": "ilcato",
  "maintainers": [
    "ilcato"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilcato/homebridge-fibaro-home-center.git"
  },
  "bugs": {
    "url": "https://github.com/ilcato/homebridge-fibaro-home-center/issues"
  },
  "engines": {
    "homebridge": "^1.8.0 || ^2.0.0",
    "node": "^18.20.4 || ^20.16.0 || ^22.5.1"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts --max-warnings=30",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "Fibaro",
    "Home Center",
    "Yubii Home",
    "homekit",
    "z-wave",
    "Siri"
  ],
  "dependencies": {
    "homebridge-config-ui-x": "^4.61.0",
    "reflect-metadata": "^0.2.2",
    "superagent": "^10.1.0",
    "superagent-throttle": "^1.0.1"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.12.0",
    "@types/node": "^22.7.4",
    "@types/superagent": "^8.1.9",
    "@typescript-eslint/eslint-plugin": "^8.8.1",
    "@typescript-eslint/parser": "^8.8.1",
    "eslint": "^9.12.0",
    "homebridge": "^1.7.0",
    "nodemon": "^3.0.2",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  },
  "homepage": "https://github.com/ilcato/homebridge-fibaro-home-center",
  "funding": [
    {
      "type": "buymeacoffee",
      "url": "https://www.buymeacoffee.com/ilcato"
    }
  ]
}
