{
  "name": "homebridge-hilo",
  "version": "5.0.0",
  "description": "Plugin Homebridge (non officiel) pour la passerelle et les appareils Hilo de Hydro-Québec | Unofficial Homebridge plugin for Hydro-Québec Hilo bridge and devices",
  "main": "dist/hilo.js",
  "engines": {
    "homebridge": "^1.8.0 || ^2.0.0-beta.0",
    "node": "^18.20.4 || ^20.18.0 || ^22.10.0"
  },
  "scripts": {
    "lint": "eslint . --max-warnings=0",
    "build": "rimraf dist/ && tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "codegen": "graphql-codegen --config codegen.ts",
    "codegen:watch": "npm run codegen -- --watch",
    "tsc": "npm run codegen && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SanterreJo/homebridge-hilo.git"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "hilo",
    "hydroquebec"
  ],
  "author": "Jonathan Santerre <jonathan@santerre.dev>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SanterreJo/homebridge-hilo/issues"
  },
  "homepage": "https://github.com/SanterreJo/homebridge-hilo#readme",
  "devDependencies": {
    "@0no-co/graphqlsp": "^1.12.16",
    "@eslint/js": "^9.25.1",
    "@graphql-codegen/cli": "^5.0.5",
    "@graphql-codegen/schema-ast": "^4.1.0",
    "@parcel/watcher": "^2.5.1",
    "@types/node": "^22.15.17",
    "auto": "^11.3.0",
    "eslint": "^9.25.1",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-prettier": "^5.2.6",
    "globals": "^16.0.0",
    "homebridge": "^2.0.0-beta.0",
    "prettier": "3.5.3",
    "rimraf": "^6.0.1",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.31.0"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^2.0.2",
    "axios": "^1.9.0",
    "date-fns": "^4.1.0",
    "express": "^5.1.0",
    "graphql-ws": "^6.0.4",
    "ws": "^8.18.2"
  },
  "auto": {
    "plugins": [
      "npm",
      "released"
    ]
  },
  "funding": [
    {
      "type": "buymeacoffee",
      "url": "https://www.buymeacoffee.com/santerrejo"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/santerrejo"
    }
  ]
}
