{
  "name": "hyperdrive",
  "version": "13.3.2",
  "description": "Hyperdrive is a secure, real-time distributed file system",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/**.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/hyperdrive.git"
  },
  "scripts": {
    "format": "prettier --write .",
    "lint": "prettier --check . && lunte",
    "test": "npm run test:node && npm run test:bare",
    "test:bare": "brittle-bare --coverage test.js",
    "test:node": "brittle-node --coverage test.js"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/hyperdrive/issues"
  },
  "homepage": "https://github.com/holepunchto/hyperdrive#readme",
  "dependencies": {
    "hyperbee": "^2.11.1",
    "hyperblobs": "^2.9.0",
    "hypercore": "^11.0.0",
    "hypercore-errors": "^1.0.0",
    "is-options": "^1.0.2",
    "mirror-drive": "^1.2.0",
    "ready-resource": "^1.0.0",
    "safety-catch": "^1.0.2",
    "speedometer": "^1.1.0",
    "streamx": "^2.12.4",
    "sub-encoder": "^2.1.1",
    "unix-path-resolve": "^1.0.2"
  },
  "devDependencies": {
    "b4a": "^1.6.0",
    "bare-events": "^2.5.4",
    "bare-fs": "^4.1.2",
    "bare-path": "^3.0.0",
    "brittle": "^3.1.0",
    "corestore": "^7.0.0",
    "debugging-stream": "^3.1.0",
    "hypercore-crypto": "^3.4.0",
    "hyperdht": "^6.6.0",
    "hyperswarm": "^4.0.0",
    "lunte": "^1.3.0",
    "prettier": "^3.6.2",
    "prettier-config-holepunch": "^2.0.0",
    "test-tmp": "^1.3.0"
  },
  "imports": {
    "fs": {
      "bare": "bare-fs",
      "default": "fs"
    },
    "path": {
      "bare": "bare-path",
      "default": "path"
    },
    "events": {
      "bare": "bare-events",
      "default": "events"
    }
  }
}
