{
  "name": "service-agent",
  "version": "4.0.2",
  "description": "HTTP agent that connects to services defined in SRV records'",
  "main": "lib/index.js",
  "scripts": {
    "test": "lab -v -L -c -t 90"
  },
  "author": "Gil Pedersen <git@gpost.dk>",
  "license": "BSD-2-Clause",
  "engines": {
    "node": ">=12.13.0"
  },
  "devDependencies": {
    "@hapi/code": "^8.0.1",
    "@hapi/lab": "^24.1.0",
    "request": "^2.88.0"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/kanongil/node-service-agent.git"
  },
  "keywords": [
    "dns",
    "agent",
    "service",
    "discovery",
    "srv",
    "record",
    "lookup"
  ],
  "bugs": {
    "url": "https://github.com/kanongil/node-service-agent/issues"
  },
  "homepage": "https://github.com/kanongil/node-service-agent"
}
