{
  "name": "@rei-network/database",
  "version": "3.0.4",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "GPL-3.0-or-later",
  "scripts": {
    "build": "tsc --build tsconfig.json",
    "test": "mocha -r ts-node/register 'test/**/*.test.ts'"
  },
  "devDependencies": {
    "@types/levelup": "^4.3.0",
    "@types/node": "^14.14.9",
    "chai": "^4.3.4",
    "mocha": "^9.0.2",
    "typescript": "^4.1.2"
  },
  "dependencies": {
    "@rei-network/binding": "2.0.3",
    "@rei-network/common": "^3.0.4",
    "@rei-network/structure": "^3.0.4",
    "crc-32": "^1.2.1",
    "encoding-down": "^6.3.0",
    "levelup": "^4.4.0",
    "debug": "^4.3.3",
    "ethereumjs-util": "^7.1.4",
    "level-mem": "^5.0.1",
    "lru-cache": "^5.1.1",
    "semaphore-async-await": "^1.5.1"
  }
}
