@ocap/statedb-fs
Version:
OCAP statedb adapter that uses fs as backend
72 lines (71 loc) • 1.76 kB
JSON
{
"name": "@ocap/statedb-fs",
"description": "OCAP statedb adapter that uses fs as backend",
"version": "1.29.4",
"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": {},
"homepage": "https://github.com/ArcBlock/blockchain/tree/master/statedb/fs",
"keywords": [
"ocap",
"statedb",
"fs"
],
"license": "Apache-2.0",
"type": "module",
"main": "./lib/index.cjs",
"module": "./esm/index.mjs",
"types": "./esm/index.d.mts",
"exports": {
".": {
"types": "./esm/index.d.mts",
"import": "./esm/index.mjs",
"default": "./lib/index.cjs"
},
"./lib/*.js": {
"types": "./esm/*.d.mts",
"import": "./esm/*.mjs",
"default": "./lib/*.cjs"
},
"./lib/*": {
"types": "./esm/*.d.mts",
"import": "./esm/*.mjs",
"default": "./lib/*.cjs"
}
},
"files": [
"lib",
"esm"
],
"repository": {
"type": "git",
"url": "https://github.com/ArcBlock/blockchain/tree/master/statedb/fs"
},
"scripts": {
"build": "tsdown",
"prebuild": "rm -rf lib esm",
"lint": "biome check",
"lint:fix": "biome check --write",
"test": "bun test",
"coverage": "npm run test -- --coverage"
},
"gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e",
"dependencies": {
"@ocap/state": "1.29.4",
"@ocap/statedb": "1.29.4",
"@ocap/types": "1.29.4",
"@ocap/util": "1.29.4",
"debug": "^4.4.3",
"lodash": "^4.17.23",
"lokijs": "^1.5.12"
}
}