UNPKG

@chainsafe/lodestar-config

Version:

Chain configuration required for lodestar

75 lines (74 loc) 2 kB
{ "name": "@chainsafe/lodestar-config", "version": "0.39.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" }, "./presets": { "import": "./lib/presets.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 && yarn run build:typedocs", "build:types:watch": "yarn run build:types --watch", "build:lib:watch": "yarn run build:lib --watch", "build:typedocs": "typedoc --exclude src/index.ts --out typedocs src", "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"", "check-types": "tsc", "lint": "eslint --color --ext .ts src/", "lint:fix": "yarn run lint --fix", "pretest": "yarn run check-types", "test:unit": "nyc --cache-dir .nyc_output/.cache -e .ts mocha 'test/unit/**/*.test.ts'", "check-readme": "typescript-docs-verifier" }, "repository": { "type": "git", "url": "git+https://github.com:ChainSafe/lodestar.git" }, "keywords": [ "ethereum", "eth-consensus", "beacon", "blockchain" ], "dependencies": { "@chainsafe/lodestar-params": "^0.39.0", "@chainsafe/lodestar-types": "^0.39.0", "@chainsafe/ssz": "^0.9.2" }, "gitHead": "55e7ca2d544bd786fe287a1254b95a0d784d553e" }