{
  "name": "hypercore-blob-server",
  "version": "1.13.0",
  "description": "HTTP server for streaming hypercore blobs",
  "main": "index.js",
  "files": [
    "index.js",
    "drive.js"
  ],
  "imports": {
    "http": {
      "bare": "bare-http1",
      "default": "http"
    }
  },
  "scripts": {
    "test": "standard && brittle test/*.js"
  },
  "dependencies": {
    "bare-http1": "^4.0.2",
    "compact-encoding": "^3.0.0",
    "get-mime-type": "^2.0.2",
    "hyperbee": "^2.20.7",
    "hypercore": "^11.0.0",
    "hypercore-byte-stream": "^2.0.1",
    "hypercore-crypto": "^3.4.2",
    "hypercore-id-encoding": "^1.3.0",
    "listen-async": "^1.0.0",
    "ready-resource": "^1.1.1",
    "speedometer": "^1.1.0",
    "streamx": "^2.21.1",
    "sub-encoder": "^2.1.3",
    "unix-path-resolve": "^1.0.2",
    "xache": "^1.2.1",
    "z32": "^1.1.0"
  },
  "devDependencies": {
    "bare-fetch": "^2.2.0",
    "brittle": "^3.7.0",
    "corestore": "^7.0.0",
    "hyperblobs": "^2.7.4",
    "hyperdht": "^6.20.1",
    "hyperdrive": "^11.13.3",
    "hyperswarm": "^4.8.4",
    "standard": "^17.1.2",
    "test-tmp": "^1.3.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/holepunchto/hypercore-blob-server.git"
  },
  "author": "Holepunch Inc.",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/hypercore-blob-server/issues"
  },
  "homepage": "https://github.com/holepunchto/hypercore-blob-server"
}
