{
  "name": "@matterbridge/dgram",
  "version": "3.9.1",
  "description": "Matterbridge dgram library",
  "author": "https://github.com/Luligu",
  "homepage": "https://matterbridge.io/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Luligu/matterbridge.git",
    "directory": "packages/dgram"
  },
  "bugs": {
    "url": "https://github.com/Luligu/matterbridge/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "matterbridge",
    "homebridge",
    "bridge",
    "plugin",
    "frontend",
    "matter.js",
    "matter-node.js",
    "matter",
    "matterprotocol",
    "iot",
    "smarthome",
    "connectedthings",
    "hap",
    "homekit",
    "siri",
    "google-home",
    "alexa",
    "homeassistant",
    "smartthings",
    "ewelink"
  ],
  "license": "Apache-2.0",
  "funding": {
    "type": "buymeacoffee",
    "url": "https://www.buymeacoffee.com/luligugithub"
  },
  "type": "module",
  "main": "./dist/export.js",
  "types": "./dist/export.d.ts",
  "exports": {
    ".": {
      "types": "./dist/export.d.ts",
      "import": "./dist/export.js"
    }
  },
  "engines": {
    "node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0"
  },
  "files": [
    "bin",
    "dist",
    "npm-shrinkwrap.json",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@matterbridge/utils": "3.9.1",
    "node-ansi-logger": "3.3.0-dev-20260617-6ebcff7"
  }
}
