{
  "name": "homebridge-daikin-local",
  "version": "1.5.8",
  "description": "daikin plugin for homebridge: https://github.com/homebridge/homebridge",
  "license": "MIT",
  "keywords": [
    "homebridge-plugin",
    "daikin"
  ],
  "engines": {
    "node": ">=20.15.1",
    "homebridge": "^1.10.0 || ^2.0.0-beta.0"
  },
  "author": "Christian Brandlehner",
  "contributors": [
    "@PJCzx Pierre-Julien Cazaux",
    "@greensouth",
    "@fdegier  Fred de Gier",
    "@fabiandev Fabian Leutgeb",
    "@jmfarrow James Farrow",
    "Frank Volkmann",
    "@bogdanovskii",
    "@caalberts Albert Salim",
    "@Badroboot"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cbrandlehner/homebridge-daikin-local.git"
  },
  "dependencies": {
    "superagent": "^10.2.3",
    "superagent-throttle": "^1.0.1",
    "ws": "^8.21.0"
  },
  "bugs": {
    "url": "https://github.com/cbrandlehner/homebridge-daikin-local/issues"
  },
  "homepage": "https://github.com/cbrandlehner/homebridge-daikin-local#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/cbrandlehner"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/CBrandlehner"
    }
  ],
  "main": "src/index.js",
  "scripts": {
    "lint:json": "eslint --ext .json .",
    "pretest": "npm run lint:json",
    "test": "xo"
  },
  "devDependencies": {
    "@eslint/json": "^2.0.0",
    "eslint": "^10.3.0",
    "xo": "^2.0.2"
  },
  "xo": {
    "rules": {
      "unicorn/no-array-push-push": "off",
      "unicorn/prefer-module": "off",
      "unicorn/prefer-node-protocol": "off",
      "@stylistic/curly-newline": "off",
      "unicorn/require-unicode-regexp": "off",
      "require-unicode-regexp": "off",
      "@stylistic/indent": "off",
      "capitalized-comments": "off",
      "curly": "off",
      "@stylistic/no-trailing-spaces": "off",
      "object-shorthand": "off",
      "unicorn/no-anonymous-default-export": "off",
      "prefer-destructuring": "off",
      "camelcase": "off",
      "@stylistic/comma-dangle": "off",
      "unicorn/no-negated-condition": "off",
      "@stylistic/indent-binary-ops": "off",
      "@stylistic/brace-style": "off",
      "unicorn/prefer-string-replace-all": "off",
      "unicorn/prevent-abbreviations": "off",
      "@stylistic/arrow-parens": "off",
      "unicorn/prefer-ternary": "off"
    }
  }
}
