{
  "name": "matterbridge-zigbee2mqtt",
  "version": "2.4.7",
  "description": "Matterbridge zigbee2mqtt plugin",
  "author": "https://github.com/Luligu",
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/index.js",
  "homepage": "https://github.com/Luligu/matterbridge-zigbee2mqtt/blob/main/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Luligu/matterbridge-zigbee2mqtt.git"
  },
  "bugs": {
    "url": "https://github.com/Luligu/matterbridge-zigbee2mqtt/issues"
  },
  "funding": {
    "type": "buymeacoffee",
    "url": "https://www.buymeacoffee.com/luligugithub"
  },
  "keywords": [
    "matterbridge",
    "homebridge",
    "homekit",
    "hap",
    "bridge",
    "matter",
    "matter.js",
    "matter-node.js",
    "matterprotocol",
    "google-home",
    "alexa",
    "homeassistant",
    "iot",
    "smarthome",
    "connectedthings",
    "zigbee",
    "zigbee2mqtt"
  ],
  "engines": {
    "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0"
  },
  "dependencies": {
    "moment": "2.30.1",
    "mqtt": "5.10.4",
    "node-ansi-logger": "3.0.1",
    "node-persist-manager": "1.0.8"
  }
}
