{
  "name": "homebridge-luxtronik2",
  "version": "1.5.2",
  "description": "Homebridge module to retrieve data from a luxtronik2 controller for heat pumps",
  "main": "index.js",
  "keywords": [
    "luxtronik2",
    "HomeBridge",
    "homebridge-plugin"
  ],
  "engines": {
    "node": "^20.19.0 || ^22.14.0 || ^24.0",
    "homebridge": "^1.9.0 || ^2.0.0-beta.0"
  },
  "author": "Christian Brandlehner",
  "license": "MIT",
  "config": {
    "urls": []
  },
  "dependencies": {
    "socket.io-client": ">= 4.8.1"
  },
  "bugs": {
    "url": "https://github.com/cbrandlehner/homebridge-luxtronik2/issues"
  },
  "homepage": "https://github.com/cbrandlehner/homebridge-luxtronik2#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/cbrandlehner"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/CBrandlehner"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cbrandlehner/homebridge-luxtronik2.git"
  },
  "devDependencies": {
    "xo": "^1.0.5"
  },
  "scripts": {
    "test": "xo"
  },
  "xo": {
    "rules": {
      "camelcase": "off",
      "capitalized-comments": "off",
      "curly": [
        "error",
        "multi-or-nest",
        "consistent"
      ],
      "indent": "off",
      "max-depth": "off",
      "no-mixed-spaces-and-tabs": "warn",
      "no-unused-vars": "error",
      "no-use-before-define": [
        "error",
        {
          "classes": false
        }
      ],
      "no-useless-escape": "warn",
      "no-var": "warn",
      "object-shorthand": [
        "off",
        "always",
        {
          "ignoreConstructors": true
        }
      ],
      "prefer-arrow-callback": "off",
      "quote-props": "off",
      "quotes": "off",
      "@stylistic/indent": "off",
      "unicorn/expiring-todo-comments": "off",
      "unicorn/no-anonymous-default-export": "off",
      "unicorn/no-for-loop": "off",
      "unicorn/prefer-module": "off"
    }
  }
}
