{
  "name": "lmdb-store-0.9",
  "author": "Kris Zyp",
  "version": "0.7.4",
  "description": "Only for upgrading older versions of LMDB",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/DoctorEvidence/lmdb-store"
  },
  "keywords": [
    "lmdb",
    "database",
    "mdb",
    "lightning"
  ],
  "type": "commonjs",
  "main": "./index.js",
  "exports": {
    "import": "./index.mjs",
    "require": "./index.js"
  },
  "types": "./index.d.ts",
  "scripts": {
    "install": "node-gyp-build",
    "recompile": "node-gyp build",
    "test": "./node_modules/.bin/mocha test/**.test.js --recursive",
    "test2": "./node_modules/.bin/mocha tests -u tdd",
    "benchmark": "node ./benchmark/index.js",
    "benchmark-ll": "node ./benchmark/low-level.js"
  },
  "gypfile": true,
  "dependencies": {
    "fs-extra": "^9.0.1",
    "msgpackr": "^0.5.3",
    "nan": "^2.14.1",
    "node-gyp-build": "^4.2.3",
    "weak-lru-cache": "^0.3.9"
  },
  "devDependencies": {
    "@types/node": "latest",
    "benchmark": "^2.1.4",
    "chai": "^4.2.0",
    "jshint": "^2.12.0",
    "mkdirp": "^1.0.4",
    "mocha": "^8.1.3",
    "node-gyp": "^7.1.0",
    "rimraf": "^3.0.2"
  }
}
