{
  "name": "homebridge-faber-range-hood",
  "displayName": "Faber Range Hoods",
  "type": "module",
  "version": "1.2.0",
  "description": "A Homebridge plugin for controlling Faber (Franke) range hoods.",
  "author": "tich",
  "license": "Apache-2.0",
  "homepage": "https://github.com/tich/homebridge-faber-rangehood#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/tich/homebridge-faber-rangehood.git"
  },
  "bugs": {
    "url": "https://github.com/tich/homebridge-faber-rangehood/issues"
  },
  "keywords": [
    "homebridge-plugin",
    "faber",
    "franke",
    "range",
    "hood"
  ],
  "main": "dist/index.js",
  "engines": {
    "node": "^20.18.0 || ^22.10.0 || ^24.0.0",
    "homebridge": "^1.8.0 || ^2.0.0-beta.0"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "lint": "eslint . --max-warnings=0",
    "prepublishOnly": "npm run lint && npm run build",
    "watch": "npm run build && npm link && nodemon"
  },
  "dependencies": {
    "axios": "^1.12.0",
    "homebridge-lib": "^7.1.12",
    "md5": "2.3.0",
    "node-persist": "^4.0.0",
    "zod": "^4.1.12"
  },
  "devDependencies": {
    "@eslint/js": "^9.36.0",
    "@types/md5": "2.3.6",
    "@types/node": "^24.5.2",
    "@types/node-persist": "^3.1.8",
    "eslint": "^9.36.0",
    "homebridge": "^2.0.0-beta.30",
    "nodemon": "^3.1.10",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.44.0"
  }
}
