{
  "name": "@synonymdev/hyperdrive",
  "version": "11.0.0-alpha.13",
  "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/hypercore-protocol/hyperdrive-next.git"
  },
  "scripts": {
    "test": "standard && brittle test.js"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hypercore-protocol/hyperdrive-next/issues"
  },
  "homepage": "https://github.com/hypercore-protocol/hyperdrive-next#readme",
  "dependencies": {
    "hyperbee": "^2.1.1",
    "hyperblobs": "^2.0.0",
    "is-options": "^1.0.2",
    "keypear": "^1.1.1",
    "streamx": "^2.12.4",
    "unix-path-resolve": "^1.0.2"
  },
  "devDependencies": {
    "@hyperswarm/dht": "^6.2.0",
    "@hyperswarm/testnet": "^3.0.0",
    "b4a": "^1.6.0",
    "brittle": "^3.1.0",
    "corestore": "^6.1.1",
    "hypercore-crypto": "^3.2.1",
    "hyperswarm": "^4.0.0",
    "random-access-memory": "^6.0.0",
    "standard": "^17.0.0"
  }
}
