{
  "name": "dht-relay-wss",
  "version": "1.2.0",
  "description": "hyperswarm-dht-relay websocket server with some instrumentation",
  "main": "index.js",
  "scripts": {
    "test": "standard && brittle test/test.js && brittle test/integration.js"
  },
  "bin": {
    "dht-relay-wss": "./run.js"
  },
  "files": [
    "run.js",
    "index.js",
    "lib/**.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/dcent-tech/dht-relay-wss.git"
  },
  "keywords": [
    "Hyperswarm",
    "dht",
    "relay",
    "websocket",
    "server",
    "wss"
  ],
  "author": "H. Degroote",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://gitlab.com/dcent-tech/dht-relay-wss/issues"
  },
  "homepage": "https://gitlab.com/dcent-tech/dht-relay-wss#readme",
  "dependencies": {
    "@fastify/websocket": "^8.2.0",
    "@hyperswarm/dht-relay": "^0.4.3",
    "dotenv": "^16.1.4",
    "fastify": "^4.18.0",
    "fastify-metrics": "^10.3.0",
    "graceful-goodbye": "^1.2.1",
    "hyper-instrument": "^1.0.0",
    "hypercore-id-encoding": "^1.3.0",
    "hyperdht": "^6.16.2",
    "pino": "^8.14.1",
    "ready-resource": "^1.1.1",
    "safety-catch": "^1.0.2"
  },
  "devDependencies": {
    "@hyperswarm/testnet": "^3.1.4",
    "axios": "^1.7.4",
    "brittle": "^3.3.2",
    "hypercore-crypto": "^3.3.1",
    "hyperswarm": "^4.5.1",
    "newline-decoder": "^1.0.2",
    "standard": "^17.1.0"
  }
}
