{
  "name": "@le-space/node",
  "version": "0.9.4",
  "description": "Node and GitHub Actions adapters for Relay Button deployment tooling.",
  "license": "MIT",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NiKrause/relay-button"
  },
  "homepage": "https://github.com/NiKrause/relay-button",
  "bugs": {
    "url": "https://github.com/NiKrause/relay-button/issues"
  },
  "dependencies": {
    "@chainsafe/libp2p-noise": "^16.1.0",
    "@chainsafe/libp2p-quic": "^1.1.1",
    "@chainsafe/libp2p-yamux": "^7.0.1",
    "@helia/block-brokers": "^5.2.4",
    "@helia/routers": "^5.1.1",
    "@helia/unixfs": "^7.2.1",
    "@helia/utils": "^2.5.2",
    "@ipld/car": "^5.4.6",
    "@le-space/core": "0.9.4",
    "@le-space/libp2p-bootstrap": "npm:@libp2p/bootstrap@^12.0.25",
    "@le-space/libp2p-identify": "npm:@libp2p/identify@^4.1.8",
    "@le-space/libp2p-kad-dht": "npm:@libp2p/kad-dht@^16.3.3",
    "@le-space/libp2p-noise": "npm:@chainsafe/libp2p-noise@^17.0.0",
    "@le-space/libp2p-ping": "npm:@libp2p/ping@^3.1.7",
    "@le-space/libp2p-tcp": "npm:@libp2p/tcp@^11.0.22",
    "@le-space/libp2p-websockets": "npm:@libp2p/websockets@^10.1.15",
    "@le-space/libp2p-yamux": "npm:@chainsafe/libp2p-yamux@^8.0.1",
    "@le-space/rootfs": "0.9.4",
    "@le-space/shared-types": "0.9.4",
    "@libp2p/circuit-relay-v2": "^3.2.9",
    "@libp2p/crypto": "^5.1.18",
    "@libp2p/identify": "^3.0.28",
    "@libp2p/peer-id": "^5.1.7",
    "@libp2p/ping": "^2.0.28",
    "@libp2p/tcp": "^10.1.9",
    "@libp2p/webrtc": "^5.2.10",
    "@libp2p/websockets": "^9.2.9",
    "@multiformats/multiaddr": "^12.5.1",
    "@ucanto/core": "npm:@le-space/ucanto-core@^10.5.1",
    "@ucanto/principal": "npm:@le-space/ucanto-principal@^9.1.2",
    "blockstore-core": "^6.1.3",
    "datastore-core": "^11.0.4",
    "ethers": "^6.15.0",
    "ipfs-unixfs-importer": "^16.1.5",
    "libp2p": "^2.8.3",
    "libp2p-helia": "npm:libp2p@^3.3.4",
    "multiformats": "^14.0.4",
    "undici": "^6.28.0"
  }
}
