{
  "name": "@helia/http",
  "version": "3.0.22",
  "description": "A lightweight implementation of IPFS over HTTP in JavaScript",
  "license": "Apache-2.0 OR MIT",
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ipfs/helia.git"
  },
  "bugs": {
    "url": "https://github.com/ipfs/helia/issues"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "IPFS"
  ],
  "type": "module",
  "types": "./dist/src/index.d.ts",
  "files": [
    "src",
    "dist",
    "!dist/test",
    "!**/*.tsbuildinfo"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js"
    }
  },
  "scripts": {
    "clean": "aegir clean",
    "lint": "aegir lint",
    "dep-check": "aegir dep-check",
    "doc-check": "aegir doc-check",
    "build": "aegir build",
    "test": "aegir test",
    "test:chrome": "aegir test -t browser --cov",
    "test:chrome-webworker": "aegir test -t webworker",
    "test:firefox": "aegir test -t browser -- --browser firefox",
    "test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
    "test:node": "aegir test -t node --cov",
    "test:electron-main": "aegir test -t electron-main"
  },
  "dependencies": {
    "@helia/block-brokers": "^5.1.4",
    "@helia/delegated-routing-v1-http-api-client": "^6.0.0",
    "@helia/interface": "^6.1.1",
    "@helia/routers": "^5.0.3",
    "@helia/utils": "^2.4.2",
    "@libp2p/config": "^1.1.20",
    "@libp2p/interface": "^3.1.0",
    "@libp2p/keychain": "^6.0.5",
    "@multiformats/dns": "^1.0.9",
    "blockstore-core": "^6.1.1",
    "datastore-core": "^11.0.2",
    "interface-datastore": "^9.0.2",
    "libp2p": "^3.0.6"
  },
  "devDependencies": {
    "aegir": "^47.0.22",
    "multiformats": "^13.4.1",
    "sinon": "^21.0.0",
    "sinon-ts": "^2.0.0"
  },
  "sideEffects": false
}
