{
  "displayName": "Homebridge Ecobee Status",
  "name": "homebridge-ecobee-status",
  "version": "2.1.13",
  "description": "Homebridge plugin to control Ecobee thermostat Home/Away/Sleep status through HomeKit security system interface",
  "author": "Spencer S",
  "license": "Apache-2.0",
  "homepage": "https://github.com/sbs44/homebridge-ecobee-status#readme",
  "repository": {
    "type": "git",
    "url": "git://github.com/sbs44/homebridge-ecobee-status.git"
  },
  "bugs": {
    "url": "https://github.com/sbs44/homebridge-ecobee-status/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/sbs44"
  },
  "engines": {
    "node": "^18.20.8 || ^20.19.2 || ^22.16.0 || ^24.2.0",
    "homebridge": "^1.10.0 || ^2.0.0-beta.0"
  },
  "main": "dist/index.js",
  "bin": {
    "ecobee-auth-cli": "ecobee-auth-cli.js"
  },
  "scripts": {
    "lint": "eslint src/**.ts",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "ecobee",
    "thermostat",
    "home",
    "away",
    "sleep",
    "climate",
    "security"
  ],
  "dependencies": {
    "axios": "^1.13.2",
    "moment": "^2.30.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@types/node": "^22.19.0",
    "@typescript-eslint/eslint-plugin": "^8.46.4",
    "@typescript-eslint/parser": "^8.46.4",
    "eslint": "^9.39.1",
    "eslint-plugin-node": "^11.1.0",
    "file-entry-cache": "^10.1.4",
    "flat-cache": "^6.1.18",
    "homebridge": "^1.11.1",
    "nodemon": "^3.1.10",
    "rimraf": "^6.1.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
