{
  "name": "homebridge-tcc",
  "version": "0.3.3",
  "description": "Honeywell Total Connect Comfort support for Homebridge: https://github.com/nfarina/homebridge",
  "license": "ISC",
  "main": "src/index.js",
  "keywords": [
    "homebridge-plugin",
    "tcc",
    "honeywell",
    "thermostat"
  ],
  "scripts": {
    "lint": "eslint --max-warnings=0 .",
    "lint:fix": "eslint --fix --max-warnings=0 .",
    "watch": "nodemon",
    "test": "jest --detectOpenHandles",
    "test-coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NorthernMan54/homebridge-tcc.git"
  },
  "bugs": {
    "url": "https://github.com/NorthernMan54/homebridge-tcc/issues"
  },
  "engines": {
    "homebridge": "^1.6.0 || ^2.0.0-beta.0",
    "node": ">=20.x"
  },
  "dependencies": {
    "debug": "^4.4.3",
    "easy-soap-request": "^5.7.0",
    "fakegato-history": "^0.6.7",
    "fast-xml-parser": "^5.3.0",
    "homebridge-lib": "^6.0.0",
    "moment": "^2.30.1",
    "p-queue": "^9.0.0",
    "semver": "^7.7.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.38.0",
    "eslint": "^9.39.0",
    "eslint-plugin-format": "^1.0.2",
    "eslint-plugin-jest": "^29.0.1",
    "globals": "^16.5.0",
    "jest": "^30.2.0",
    "nodemon": "^3.1.10"
  },
  "nodemonConfig": {
    "watch": [
      "src"
    ],
    "ext": "js",
    "ignore": [],
    "exec": "DEBUG=tcc* ~/npm/bin/homebridge -U ./test/hbConfig -T -D -P .",
    "signal": "SIGTERM",
    "env": {
      "NODE_OPTIONS": "--trace-warnings"
    }
  }
}