{
  "name": "homebridge-somfy-tahoma",
  "displayName": "Somfy TaHoma",
  "type": "module",
  "version": "1.0.1",
  "description": "Homebridge plugin for interacting with the Somfy TaHoma box through its local API.",
  "author": "Nicolas NUNGE <nicolas@nicolasnunge.net>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/nikkow/homebridge-somfy-tahoma#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/nikkow/homebridge-somfy-tahoma.git"
  },
  "bugs": {
    "url": "https://github.com/nikkow/homebridge-somfy-tahoma/issues"
  },
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "homekit",
    "somfy",
    "tahoma",
    "overkiz",
    "roller-shutter",
    "garage-door"
  ],
  "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": {
    "@homebridge/plugin-ui-utils": "^2.2.2",
    "bonjour": "^3.5.1",
    "homebridge-lib": "^7.3.2"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/bonjour": "^3.5.13",
    "@types/node": "^25.5.0",
    "class-validator": "^0.15.1",
    "eslint": "^10.1.0",
    "homebridge": "^2.0.0-beta.55",
    "homebridge-config-ui-x": "^5.20.0",
    "nodemon": "^3.1.14",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.2"
  }
}
