UNPKG

@lodestar/config

Version:

Chain configuration required for lodestar

74 lines (73 loc) 1.8 kB
{ "name": "@lodestar/config", "version": "1.33.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": { ".": { "import": "./lib/index.js" }, "./default": { "import": "./lib/default.js" }, "./networks": { "import": "./lib/networks.js" }, "./configs": { "import": "./lib/configs.js" } }, "typesVersions": { "*": { "*": [ "*", "lib/*", "lib/*/index" ] } }, "types": "lib/index.d.ts", "files": [ "lib/**/*.js", "lib/**/*.js.map", "lib/**/*.d.ts", "*.d.ts", "*.js" ], "scripts": { "clean": "rm -rf lib && rm -f *.tsbuildinfo", "build": "tsc -p tsconfig.build.json", "build:release": "yarn run clean && yarn run build", "build:watch": "yarn run build --watch", "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"", "check-types": "tsc", "lint": "biome check src/", "lint:fix": "yarn run lint --write", "test": "yarn test:unit", "test:unit": "yarn vitest run --project unit --project unit-minimal", "check-readme": "typescript-docs-verifier" }, "repository": { "type": "git", "url": "git+https://github.com:ChainSafe/lodestar.git" }, "keywords": [ "ethereum", "eth-consensus", "beacon", "blockchain" ], "dependencies": { "@chainsafe/ssz": "^1.2.1", "@lodestar/params": "^1.33.0", "@lodestar/types": "^1.33.0", "@lodestar/utils": "^1.33.0" }, "gitHead": "5f2cf3c57f6d7da15e900ae3078c34fe647b37c5" }