{
  "name": "dwebtree",
  "version": "1.0.1",
  "description": "An append-only Btree running on a dDatabase.",
  "main": "index.js",
  "dependencies": {
    "codecs": "^2.1.0",
    "@ddatabase/promisifier": "^1.0.0",
    "mutexify": "^1.3.1",
    "protocol-buffers-encodings": "^1.1.0",
    "streamx": "^2.6.6"
  },
  "devDependencies": {
    "ddatabase": "^10.0.0",
    "protocol-buffers": "^4.2.0",
    "random-access-memory": "^3.1.1",
    "standard": "^14.3.4",
    "tape": "^5.0.1",
    "tree-to-string": "^1.1.1"
  },
  "scripts": {
    "test": "standard && tape test/*.js",
    "protobuf": "protocol-buffers schema.proto -o ./lib/messages.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dwebprotocol/dwebtree.git"
  },
  "author": "PeepsLabs <peepslabs@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dwebprotocol/dwebtree/issues"
  },
  "homepage": "https://dwebx.org"
}
