{
  "name": "@chainsafe/lodestar",
  "version": "1.42.0",
  "description": "Command line interface for lodestar",
  "author": "ChainSafe Systems",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ChainSafe/lodestar/issues"
  },
  "homepage": "https://github.com/ChainSafe/lodestar#readme",
  "type": "module",
  "exports": {
    ".": {
      "bun": "./src/index.ts",
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    }
  },
  "files": [
    "src",
    "lib",
    "bin",
    ".git-data.json",
    "!**/*.tsbuildinfo"
  ],
  "bin": {
    "lodestar": "lib/index.js"
  },
  "scripts": {
    "clean": "rm -rf lib && rm -f *.tsbuildinfo",
    "build": "tsgo -p tsconfig.build.json && pnpm write-git-data",
    "build:release": "pnpm clean && pnpm run build",
    "build:watch": "tsgo -p tsconfig.build.json --watch",
    "write-git-data": "node lib/util/gitData/writeGitData.js",
    "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\" lodestar --help",
    "check-types": "tsgo",
    "docs:build": "node --loader ts-node/esm ./docsgen/index.ts",
    "lint": "biome check src/ test/",
    "lint:fix": "pnpm run lint --write",
    "test:unit": "vitest run --project unit --project unit-minimal",
    "test:e2e": "vitest run --project e2e --project e2e-mainnet",
    "test:sim:multifork": "LODESTAR_PRESET=minimal DOTENV_CONFIG_PATH=../../.env.test node -r dotenv/config --loader ts-node/esm test/sim/multiFork.test.ts",
    "test:sim:mixedclient": "LODESTAR_PRESET=minimal DOTENV_CONFIG_PATH=../../.env.test node -r dotenv/config --loader ts-node/esm test/sim/mixedClient.test.ts",
    "test:sim:endpoints": "LODESTAR_PRESET=minimal DOTENV_CONFIG_PATH=../../.env.test node -r dotenv/config --loader ts-node/esm test/sim/endpoints.test.ts",
    "test:sim:backup_eth_provider": "LODESTAR_PRESET=minimal DOTENV_CONFIG_PATH=../../.env.test node -r dotenv/config --loader ts-node/esm test/sim/backupEthProvider.test.ts",
    "test": "pnpm test:unit && pnpm test:e2e",
    "check-readme": "pnpm exec ts-node ../../scripts/check_readme.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com:ChainSafe/lodestar.git"
  },
  "keywords": [
    "ethereum",
    "eth-consensus",
    "beacon",
    "blockchain"
  ],
  "dependencies": {
    "@chainsafe/bls-keygen": "^0.4.0",
    "@chainsafe/bls-keystore": "^3.1.0",
    "@chainsafe/blst": "^2.2.0",
    "@chainsafe/discv5": "^12.0.1",
    "@chainsafe/enr": "^6.0.1",
    "@chainsafe/persistent-merkle-tree": "^1.2.1",
    "@chainsafe/pubkey-index-map": "^3.0.0",
    "@chainsafe/ssz": "^1.2.2",
    "@chainsafe/threads": "^1.11.3",
    "@libp2p/crypto": "^5.1.13",
    "@libp2p/interface": "^3.1.0",
    "@libp2p/peer-id": "^6.0.4",
    "@lodestar/api": "^1.42.0",
    "@lodestar/beacon-node": "^1.42.0",
    "@lodestar/config": "^1.42.0",
    "@lodestar/db": "^1.42.0",
    "@lodestar/light-client": "^1.42.0",
    "@lodestar/logger": "^1.42.0",
    "@lodestar/params": "^1.42.0",
    "@lodestar/state-transition": "^1.42.0",
    "@lodestar/types": "^1.42.0",
    "@lodestar/utils": "^1.42.0",
    "@lodestar/validator": "^1.42.0",
    "@multiformats/multiaddr": "^13.0.1",
    "deepmerge": "^4.3.1",
    "ethers": "^6.7.0",
    "find-up": "^6.3.0",
    "inquirer": "^9.1.5",
    "js-yaml": "^4.1.0",
    "prom-client": "^15.1.0",
    "proper-lockfile": "^4.1.2",
    "rimraf": "^4.4.1",
    "source-map-support": "^0.5.21",
    "uint8arrays": "^5.0.1",
    "yargs": "^17.7.1"
  },
  "devDependencies": {
    "@chainsafe/as-sha256": "^1.2.0",
    "@ethereumjs/rlp": "^4.0.1",
    "@lodestar/test-utils": "^1.42.0",
    "@types/debug": "^4.1.7",
    "@types/inquirer": "^9.0.3",
    "@types/js-yaml": "^4.0.5",
    "@types/proper-lockfile": "^4.1.4",
    "@types/tmp": "^0.2.3",
    "@types/yargs": "^17.0.24",
    "ethereum-cryptography": "^2.2.1",
    "fastify": "^5.8.1",
    "tmp": "^0.2.4",
    "web3": "^4.0.3",
    "web3-eth-accounts": "^4.0.3"
  },
  "gitHead": "443e0a476dd6ff62f5977875741de0a38ba4e1ef"
}
