{
  "name": "bonjour-hap",
  "version": "3.9.0",
  "description": "A Bonjour/Zeroconf implementation in pure JavaScript (for HAP)",
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "scripts": {
    "lint": "standard",
    "test": "tape test/*.js",
    "test-coverage": "nyc --reporter=lcovonly npm test",
    "clean": "rimraf coverage && rimraf .nyc_output"
  },
  "homepage": "https://github.com/homebridge/bonjour",
  "repository": {
    "type": "git",
    "url": "https://github.com/homebridge/bonjour.git"
  },
  "bugs": {
    "url": "https://github.com/homebridge/bonjour/issues"
  },
  "keywords": [
    "bonjour",
    "zeroconf",
    "zero",
    "configuration",
    "mdns",
    "dns",
    "service",
    "discovery",
    "multicast",
    "broadcast",
    "dns-sd"
  ],
  "files": [
    "lib",
    "LICENSE",
    "package.json",
    "index.js",
    "index.d.ts",
    "README.md"
  ],
  "dependencies": {
    "array-flatten": "^3.0.0",
    "deep-equal": "^2.2.3",
    "multicast-dns": "^7.2.5",
    "multicast-dns-service-types": "^1.1.0"
  },
  "devDependencies": {
    "after-all": "^2.0.2",
    "standard": "^17.1.2",
    "tape": "^5.9.0",
    "nyc": "^17.1.0",
    "rimraf": "^6.0.1"
  }
}
