{
  "name": "homebridge-pentair-cloud",
  "version": "1.1.21",
  "description": "Homebridge plugin to control Pentair pool pump and IntelliBrite lights via the Pentair Home cloud API",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "pentair",
    "pool",
    "pump",
    "intellibrite",
    "smart-home"
  ],
  "engines": {
    "homebridge": ">=1.6.0",
    "node": ">=22.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.19",
    "homebridge": ">=1.6.0",
    "typescript": "^5.0.0"
  },
  "homepage": "https://github.com/frindle/Pentair-Homebridge#readme",
  "bugs": {
    "url": "https://github.com/frindle/Pentair-Homebridge/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/frindle/Pentair-Homebridge"
  },
  "dependencies": {
    "@aws-crypto/sha256-js": "^5.0.0",
    "@aws-sdk/client-cognito-identity": "^3.0.0",
    "@aws-sdk/client-cognito-identity-provider": "^3.0.0",
    "@aws-sdk/signature-v4": "^3.0.0",
    "@smithy/protocol-http": "^4.0.0"
  },
  "changelog": "CHANGELOG.md",
  "homebridge": {
    "displayName": "Pentair Cloud",
    "plugin-type": "platform",
    "singular": true
  }
}
