{
  "name": "@lodestar/validator",
  "version": "1.45.0",
  "description": "A Typescript implementation of the validator client",
  "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",
    "!**/*.tsbuildinfo"
  ],
  "scripts": {
    "clean": "rm -rf lib && rm -f *.tsbuildinfo",
    "build": "tsgo -p tsconfig.build.json",
    "build:release": "pnpm clean && pnpm run build",
    "build:watch": "pnpm run build --watch",
    "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
    "check-types": "tsgo",
    "lint": "biome check src/ test/",
    "lint:fix": "pnpm run lint --write",
    "test:unit": "vitest run --project unit --project unit-minimal",
    "test": "pnpm test:unit && pnpm test:e2e",
    "test:spec": "vitest run --project spec-minimal",
    "test:e2e": "vitest run --project e2e --project e2e-mainnet",
    "download-spec-tests": "node --loader=ts-node/esm test/spec/downloadTests.ts",
    "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/blst": "^2.2.0",
    "@chainsafe/ssz": "^1.6.2",
    "@lodestar/api": "^1.45.0",
    "@lodestar/config": "^1.45.0",
    "@lodestar/db": "^1.45.0",
    "@lodestar/params": "^1.45.0",
    "@lodestar/state-transition": "^1.45.0",
    "@lodestar/types": "^1.45.0",
    "@lodestar/utils": "^1.45.0",
    "strict-event-emitter-types": "^2.0.0"
  },
  "devDependencies": {
    "@lodestar/logger": "^1.45.0",
    "@lodestar/spec-test-util": "^1.45.0",
    "@lodestar/test-utils": "^1.45.0",
    "@vekexasia/bigint-buffer2": "^1.1.1",
    "rimraf": "^4.4.1"
  },
  "gitHead": "6051fa3335c3dadf3f99292a8fe345ccd69121f7"
}
