UNPKG

@nomicfoundation/ethereumjs-statemanager

Version:
66 lines (65 loc) 2.16 kB
{ "name": "@nomicfoundation/ethereumjs-statemanager", "version": "2.0.4", "description": "An Ethereum statemanager implementation", "keywords": [ "ethereum", "statemanager" ], "homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/statemanager#readme", "bugs": { "url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+statemanager%22" }, "repository": { "type": "git", "url": "https://github.com/ethereumjs/ethereumjs-monorepo.git" }, "license": "MPL-2.0", "author": "EthereumJS Team", "contributors": [ "g11tech <gajinder@g11.in>" ], "type": "commonjs", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist", "src" ], "scripts": { "build": "../../config/cli/ts-build.sh", "clean": "../../config/cli/clean-package.sh", "coverage": "DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov", "docs:build": "typedoc --options typedoc.cjs", "examples": "tsx ../../scripts/examples-runner.ts -- statemanager", "lint": "../../config/cli/lint.sh", "lint:diff": "../../config/cli/lint-diff.sh", "lint:fix": "../../config/cli/lint-fix.sh", "test": "npm run test:node && npm run test:browser", "test:browser": "npx vitest run --config=vitest.config.browser.ts --browser.name=webkit --browser.provider=playwright --browser.headless", "test:node": "npx vitest run", "tsc": "../../config/cli/ts-compile.sh" }, "dependencies": { "@nomicfoundation/ethereumjs-common": "4.0.4", "@nomicfoundation/ethereumjs-rlp": "5.0.4", "@nomicfoundation/ethereumjs-trie": "6.0.4", "@nomicfoundation/ethereumjs-util": "9.0.4", "debug": "^4.3.3", "ethereum-cryptography": "0.1.3", "js-sdsl": "^4.1.4", "lru-cache": "^10.0.0" }, "devDependencies": { "@nomicfoundation/ethereumjs-block": "5.0.4", "@types/debug": "^4.1.9" }, "peerDependencies": { "@nomicfoundation/ethereumjs-verkle": "0.0.2" }, "peerDependenciesMeta": { "@nomicfoundation/ethereumjs-verkle": { "optional": true } } }