{
  "name": "blind-relay",
  "version": "1.6.1",
  "description": "Blind relay for UDX over Protomux channels",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "format": "prettier --write .",
    "lint": "prettier --check . && lunte",
    "test": "npm run test:bare",
    "test:bare": "brittle-bare --coverage test.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/blind-relay.git"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/blind-relay/issues"
  },
  "homepage": "https://github.com/holepunchto/blind-relay#readme",
  "imports": {
    "events": {
      "bare": "bare-events",
      "default": "events"
    }
  },
  "dependencies": {
    "b4a": "^1.6.4",
    "bare-events": "^2.2.0",
    "bits-to-bytes": "^1.3.0",
    "compact-encoding": "^3.0.0",
    "compact-encoding-bitfield": "^1.0.0",
    "protomux": "^3.5.1",
    "sodium-universal": "^5.0.0",
    "streamx": "^2.15.1"
  },
  "devDependencies": {
    "brittle": "^3.2.1",
    "hyperdht": "^6.6.1",
    "lunte": "^1.0.0",
    "prettier": "^3.6.2",
    "prettier-config-holepunch": "^2.0.0",
    "udx-native": "^1.6.1"
  }
}
