@ocap/statedb-fs
Version:
OCAP statedb adapter that uses fs as backend
49 lines • 1.27 kB
JSON
{
"name": "@ocap/statedb-fs",
"description": "OCAP statedb adapter that uses fs as backend",
"version": "1.22.3",
"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/fs",
"keywords": [
"ocap",
"statedb",
"fs"
],
"license": "Apache-2.0",
"main": "./lib/index.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/ArcBlock/blockchain/tree/master/statedb/fs"
},
"gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e",
"dependencies": {
"debug": "^4.3.6",
"lodash": "^4.17.21",
"lokijs": "^1.5.12",
"@ocap/state": "1.22.3",
"@ocap/statedb": "1.22.3",
"@ocap/util": "1.22.3"
},
"scripts": {
"lint": "eslint tests lib",
"lint:fix": "eslint --fix tests lib",
"test": "jest --forceExit --detectOpenHandles",
"coverage": "npm run test -- --coverage & exit 0"
}
}