{
  "name": "hyperblobs",
  "version": "2.12.1",
  "description": "A blob store for Hypercore",
  "main": "index.js",
  "scripts": {
    "format": "prettier --write .",
    "lint": "prettier --check . && lunte",
    "test": "npm run test:node && npm run test:bare",
    "test:node": "brittle-node test/*.js",
    "test:bare": "brittle-bare test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/hyperblobs.git"
  },
  "keywords": [
    "hypercore",
    "blob",
    "store"
  ],
  "author": "Andrew Osheroff <andrewosh@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/hyperblobs/issues"
  },
  "homepage": "https://github.com/holepunchto/hyperblobs#readme",
  "files": [
    "index.js",
    "lib/**.js"
  ],
  "imports": {
    "events": {
      "bare": "bare-events",
      "default": "events"
    }
  },
  "dependencies": {
    "b4a": "^1.6.1",
    "bare-events": "^2.5.0",
    "compact-encoding": "^3.0.0",
    "hypercore-crypto": "^3.6.1",
    "hypercore-errors": "^1.1.1",
    "mutexify": "^1.4.0",
    "speedometer": "^1.1.0",
    "streamx": "^2.13.2"
  },
  "devDependencies": {
    "brittle": "^3.1.0",
    "hypercore": "^11.0.0",
    "lunte": "^1.0.0",
    "prettier": "^3.6.2",
    "prettier-config-holepunch": "^2.0.0"
  }
}
