{
  "name": "@lodestar/db",
  "version": "1.46.0",
  "description": "DB modules of Lodestar",
  "author": "ChainSafe Systems",
  "homepage": "https://github.com/ChainSafe/lodestar#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChainSafe/lodestar.git"
  },
  "bugs": {
    "url": "https://github.com/ChainSafe/lodestar/issues"
  },
  "type": "module",
  "exports": {
    ".": {
      "typescript": "./src/index.ts",
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    },
    "./controller/level": {
      "typescript": "./src/controller/level.ts",
      "import": "./lib/controller/level.js"
    }
  },
  "files": [
    "src",
    "lib",
    "!**/*.tsbuildinfo"
  ],
  "scripts": {
    "clean": "rm -rf lib && rm -f *.tsbuildinfo",
    "build": "tsc -p tsconfig.build.json",
    "build:watch": "pnpm run build --watch",
    "build:release": "pnpm clean && pnpm run build",
    "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
    "check-types": "tsc",
    "lint": "biome check src/ test/",
    "lint:fix": "pnpm run lint --write",
    "test": "pnpm test:unit",
    "test:unit": "vitest run --project unit --project unit-minimal",
    "test:e2e": "vitest run --project e2e",
    "check-readme": "pnpm exec tsx ../../scripts/check_readme.ts"
  },
  "dependencies": {
    "@chainsafe/ssz": "^1.6.2",
    "@lodestar/config": "^1.46.0",
    "@lodestar/utils": "^1.46.0",
    "classic-level": "^1.4.1"
  },
  "devDependencies": {
    "@lodestar/logger": "^1.46.0"
  },
  "gitHead": "3873dd5b032d0ad82581fc3416e9628b4f6f2642"
}
