{
  "name": "@ocap/statedb-qldb",
  "description": "OCAP statedb adapter that uses amazon qldb as backend statedb",
  "version": "1.28.6",
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
  "bugs": {
    "url": "https://github.com/ArcBlock/blockchain/issues",
    "email": "shijun@arcblock.io"
  },
  "publishConfig": {
    "access": "public"
  },
  "contributors": [
    "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)"
  ],
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "homepage": "https://github.com/ArcBlock/blockchain/tree/master/statedb/qldb",
  "keywords": [
    "ocap",
    "blockchain",
    "statedb",
    "qldb"
  ],
  "license": "Apache-2.0",
  "main": "./lib/index.js",
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ArcBlock/blockchain/tree/master/statedb/qldb"
  },
  "gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e",
  "resolutions": {
    "bn.js": "5.2.2",
    "elliptic": "6.5.3"
  },
  "dependencies": {
    "amazon-qldb-driver-nodejs": "^2.2.0",
    "aws-sdk": "^2.1682.0",
    "debug": "^4.3.6",
    "dotenv-flow": "^3.2.0",
    "ion-js": "^4.3.0",
    "jsbi": "^3.2.5",
    "lodash": "^4.17.21",
    "@arcblock/did": "1.28.6",
    "@ocap/mcrypto": "1.28.6",
    "@ocap/message": "1.28.6",
    "@ocap/state": "1.28.6",
    "@ocap/statedb": "1.28.6",
    "@ocap/wallet": "1.28.6",
    "@ocap/util": "1.28.6"
  },
  "scripts": {
    "lint": "eslint tests lib",
    "lint:fix": "eslint --fix tests lib"
  }
}