{
  "name": "homebridge-hon-ultimate",
  "version": "1.0.5",
  "description": "Ultimate Homebridge plugin for hOn appliances including Tumble Dryers.",
  "license": "MIT",
  "main": "dist/index.js",
  "files": [
    "dist",
    "config.schema.json"
  ],
  "engines": {
    "node": ">=16.13.0",
    "homebridge": ">=1.3.5"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "watch": "tsc -w",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "hOn",
    "haier",
    "tumble-dryer"
  ],
  "dependencies": {
    "amazon-cognito-identity-js": "^6.3.7",
    "axios": "^1.6.0",
    "tslib": "^2.6.0"
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "homebridge": "^1.11.4",
    "rimraf": "^5.0.0",
    "typescript": "^5.0.0"
  }
}
