UNPKG

@lodestar/config

Version:

Chain configuration required for lodestar

77 lines (76 loc) 2.16 kB
{ "name": "@lodestar/config", "version": "1.41.0", "description": "Chain configuration required 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" }, "./default": { "bun": "./src/default.ts", "types": "./lib/default.d.ts", "import": "./lib/default.js" }, "./networks": { "bun": "./src/networks.ts", "types": "./lib/networks.d.ts", "import": "./lib/networks.js" }, "./configs": { "bun": "./src/configs.ts", "types": "./lib/configs.d.ts", "import": "./lib/configs.js" }, "./test-utils": { "bun": "./src/testUtils/index.ts", "types": "./lib/testUtils/index.d.ts", "import": "./lib/testUtils/index.js" } }, "files": [ "src", "lib", "!**/*.tsbuildinfo" ], "scripts": { "clean": "rm -rf lib && rm -f *.tsbuildinfo", "build": "tsgo -p tsconfig.build.json", "build:release": "pnpm run 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/", "lint:fix": "pnpm run lint --write", "test": "pnpm test:unit", "test:unit": "pnpm vitest run --project unit --project unit-minimal", "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/as-sha256": "^1.2.0", "@chainsafe/ssz": "^1.2.2", "@lodestar/params": "^1.41.0", "@lodestar/spec-test-util": "^1.41.0", "@lodestar/types": "^1.41.0", "@lodestar/utils": "^1.41.0" }, "gitHead": "13e882a3a430d6df25a408b61b24954277e1f8e8" }