{
  "name": "@nomicfoundation/ethereumjs-evm",
  "version": "2.0.4",
  "description": "JavaScript Ethereum Virtual Machine (EVM) implementation",
  "keywords": [
    "ethereum",
    "EVM",
    "JavaScript",
    "TypeScript"
  ],
  "homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/evm#readme",
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+evm%22"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereumjs/ethereumjs-monorepo.git"
  },
  "license": "MPL-2.0",
  "author": "EthereumJS",
  "contributors": [
    "Alex Beregszaszi <alex@rtfs.hu>"
  ],
  "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",
    "coverage:test": "npm run test:node && cd ../vm && npm run tester -- --state",
    "docs:build": "typedoc --options typedoc.cjs",
    "examples": "tsx ../../scripts/examples-runner.ts -- evm",
    "formatTest": "node ./scripts/formatTest",
    "lint": "../../config/cli/lint.sh",
    "lint:diff": "../../config/cli/lint-diff.sh",
    "lint:fix": "../../config/cli/lint-fix.sh",
    "profiling": "0x ./benchmarks/run.js profiling",
    "test": "npm run test:node && npm run test:browser",
    "test:browser": "npx vitest run -c=vitest.config.browser.ts --browser.provider=playwright --browser.name=webkit  --browser.headless",
    "test:node": "npx vitest run",
    "tsc": "../../config/cli/ts-compile.sh"
  },
  "dependencies": {
    "@nomicfoundation/ethereumjs-common": "4.0.4",
    "@nomicfoundation/ethereumjs-statemanager": "2.0.4",
    "@nomicfoundation/ethereumjs-tx": "5.0.4",
    "@nomicfoundation/ethereumjs-util": "9.0.4",
    "@types/debug": "^4.1.9",
    "debug": "^4.3.3",
    "ethereum-cryptography": "0.1.3",
    "rustbn-wasm": "^0.2.0"
  },
  "devDependencies": {
    "@ethersproject/abi": "^5.0.12",
    "@types/benchmark": "^1.0.33",
    "@types/core-js": "^2.5.0",
    "@types/minimist": "^1.2.2",
    "@types/node-dir": "^0.0.34",
    "benchmark": "^2.1.4",
    "c-kzg": "^2.1.2",
    "level": "^8.0.0",
    "memory-level": "^1.0.0",
    "minimist": "^1.2.5",
    "node-dir": "^0.1.17",
    "solc": "^0.8.1"
  },
  "engines": {
    "node": ">=18"
  }
}
