{
  "name": "mdns-browse",
  "version": "1.0.3",
  "main": "index.js",
  "exports": {
    ".": "./index.js"
  },
  "scripts": {
    "test": "node --test --test-concurrency 1",
    "import": "node import-mdnscpp.js",
    "clean": "node-gyp clean",
    "prebuild": "node-gyp configure",
    "build": "node-gyp build",
    "prepublishOnly": "npm run import"
  },
  "keywords": [
    "mdns",
    "dnssd"
  ],
  "type": "module",
  "author": "Arne Goedeke",
  "license": "MIT",
  "description": "A module to browse for dnssd services.",
  "repository": "github:arneg/mdnscpp",
  "homepage": "https://github.com/arneg/mdnscpp",
  "dependencies": {
    "bindings": "*",
    "get-uv-event-loop-napi-h": "^1.0.6",
    "node-addon-api": "^8.5.0"
  },
  "devDependencies": {
    "simple-mdns-announce": "^1.1.0"
  }
}
