{
  "name": "hyperbee",
  "version": "2.27.3",
  "description": "An append-only B-tree running on a Hypercore.",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/**.js",
    "iterators/**.js"
  ],
  "dependencies": {
    "b4a": "^1.6.0",
    "codecs": "^3.0.0",
    "debounceify": "^1.0.0",
    "hypercore-errors": "^1.0.0",
    "mutexify": "^1.4.0",
    "protocol-buffers-encodings": "^1.2.0",
    "rache": "^1.0.0",
    "ready-resource": "^1.0.0",
    "resolve-reject-promise": "^1.1.0",
    "safety-catch": "^1.0.2",
    "streamx": "^2.12.4",
    "unslab": "^1.2.0"
  },
  "devDependencies": {
    "bare-process": "^4.2.2",
    "brittle": "^3.1.0",
    "hypercore": "^11.0.0",
    "lunte": "^1.0.0",
    "prettier": "^3.6.2",
    "prettier-config-holepunch": "^2.0.0",
    "protocol-buffers": "^4.2.0",
    "sub-encoder": "^1.0.6",
    "tree-to-string": "^1.1.1"
  },
  "imports": {
    "process": {
      "bare": "bare-process",
      "default": "process"
    }
  },
  "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",
    "protobuf": "protocol-buffers schema.proto -o ./lib/messages.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/holepunchto/hyperbee.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/holepunchto/hyperbee/issues"
  },
  "homepage": "https://github.com/holepunchto/hyperbee"
}
