UNPKG

@lodestar/params

Version:

Chain parameters required for lodestar

78 lines (77 loc) 1.99 kB
{ "name": "@lodestar/params", "version": "1.28.1", "description": "Chain parameters 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" }, "./presets/mainnet": { "import": "./lib/presets/mainnet.js" }, "./presets/minimal": { "import": "./lib/presets/minimal.js" }, "./presets/gnosis": { "import": "./lib/presets/gnosis.js" }, "./setPreset": { "import": "./lib/setPreset.js" } }, "types": "lib/index.d.ts", "files": [ "lib/**/*.js", "lib/**/*.js.map", "lib/**/*.d.ts", "*.d.ts", "*.js" ], "typesVersions": { "*": { "*": [ "*", "lib/*", "lib/*/index" ] } }, "scripts": { "clean": "rm -rf lib && rm -f *.tsbuildinfo", "build": "tsc -p tsconfig.build.json", "build:release": "yarn clean && yarn 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/ test/", "lint:fix": "yarn run lint --write", "test": "yarn test:unit", "test:unit": "vitest run --dir test/unit/", "test:browsers": "vitest run --config ./vitest.browser.config.ts --dir test/unit", "test:e2e": "vitest run --config vitest.e2e.config.ts --dir test/e2e/", "check-readme": "typescript-docs-verifier" }, "repository": { "type": "git", "url": "git+https://github.com:ChainSafe/lodestar.git" }, "keywords": [ "ethereum", "eth-consensus", "beacon", "blockchain" ], "devDependencies": { "@types/js-yaml": "^4.0.5", "axios": "^1.3.4", "js-yaml": "^4.1.0" }, "gitHead": "d565aac1d211c8de7d9805ca5f715dd02660d201" }