@ocap/statedb-qldb
Version:
OCAP statedb adapter that uses amazon qldb as backend statedb
63 lines (62 loc) • 1.63 kB
JSON
{
"name": "@ocap/statedb-qldb",
"description": "OCAP statedb adapter that uses amazon qldb as backend statedb",
"version": "1.19.17",
"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"
},
"scripts": {
"lint": "eslint tests lib",
"lint:fix": "eslint --fix tests lib",
"test": "jest --forceExit --detectOpenHandles",
"coverage": "npm run test -- --coverage"
},
"gitHead": "d25d8b52053b0e3254a28c3b44ea5e447ce1c08a",
"resolutions": {
"bn.js": "5.2.1",
"elliptic": "6.5.3"
},
"dependencies": {
"@arcblock/did": "1.19.17",
"@ocap/mcrypto": "1.19.17",
"@ocap/message": "1.19.17",
"@ocap/state": "1.19.17",
"@ocap/statedb": "1.19.17",
"@ocap/util": "1.19.17",
"@ocap/wallet": "1.19.17",
"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"
}
}