{
  "name": "matterbridge-shelly",
  "version": "2.2.6",
  "description": "Matterbridge shelly plugin",
  "author": "https://github.com/Luligu",
  "homepage": "https://www.npmjs.com/package/matterbridge-shelly",
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/platform.js",
  "types": "dist/platform.d.ts",
  "exports": {
    ".": {
      "import": "./dist/platform.js",
      "types": "./dist/platform.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Luligu/matterbridge-shelly.git"
  },
  "bugs": {
    "url": "https://github.com/Luligu/matterbridge-shelly/issues"
  },
  "funding": {
    "type": "buymeacoffee",
    "url": "https://www.buymeacoffee.com/luligugithub"
  },
  "keywords": [
    "shelly",
    "matterbridge",
    "homebridge",
    "bridge",
    "plugin",
    "frontend",
    "matterbridge",
    "matter.js",
    "matter-node.js",
    "matter",
    "matterprotocol",
    "iot",
    "smarthome",
    "connectedthings",
    "hap",
    "homekit",
    "siri",
    "google-home",
    "alexa",
    "homeassistant",
    "smartthings",
    "ewelink",
    "childbridge",
    "hass",
    "hassio"
  ],
  "engines": {
    "node": ">=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
  },
  "files": [
    "bin",
    "dist",
    "npm-shrinkwrap.json",
    "CHANGELOG.md",
    "BLU.md",
    "*.config.json",
    "*.schema.json"
  ],
  "dependencies": {
    "coap": "1.5.0",
    "multicast-dns": "7.2.5",
    "node-ansi-logger": "3.2.0",
    "node-persist-manager": "2.0.1",
    "ws": "8.19.0"
  },
  "overrides": {
    "eslint": "10.1.0",
    "@eslint/js": "10.0.1"
  }
}
