{
  "name": "bdb",
  "version": "1.6.2",
  "description": "Database for bcoin",
  "keywords": [
    "database",
    "db",
    "leveldb"
  ],
  "license": "MIT",
  "repository": "git://github.com/bcoin-org/bdb.git",
  "homepage": "https://github.com/bcoin-org/bdb",
  "bugs": {
    "url": "https://github.com/bcoin-org/bdb/issues"
  },
  "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
  "main": "./lib/bdb.js",
  "scripts": {
    "install": "node-gyp rebuild",
    "lint": "eslint lib/ test/",
    "lint-types": "tsc -p .",
    "test": "bmocha --reporter spec test/*-test.js"
  },
  "dependencies": {
    "bsert": "~0.0.13",
    "loady": "~0.0.5"
  },
  "devDependencies": {
    "bmocha": "^2.2.0",
    "bts-type-deps": "^0.0.3"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "gypfile": true,
  "browser": {
    "./lib/level": "./lib/level-browser.js"
  }
}
