UNPKG

@lodestar/flare

Version:
77 lines (76 loc) 1.93 kB
{ "name": "@lodestar/flare", "version": "1.31.0", "description": "Beacon chain debugging tool", "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" } }, "typesVersions": { "*": { "*": [ "*", "lib/*", "lib/*/index" ] } }, "types": "lib/index.d.ts", "files": [ "lib/**/*.js", "lib/**/*.js.map", "lib/**/*.d.ts", "*.d.ts", "*.js" ], "bin": { "flare": "lib/index.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') })()\" flare --help", "check-types": "tsc", "lint": "biome check src/", "lint:fix": "yarn run lint --write", "test": "yarn test:unit", "test:unit": "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/bls-keygen": "^0.4.0", "@chainsafe/blst": "^2.2.0", "@lodestar/api": "^1.31.0", "@lodestar/config": "^1.31.0", "@lodestar/params": "^1.31.0", "@lodestar/state-transition": "^1.31.0", "@lodestar/types": "^1.31.0", "@lodestar/utils": "^1.31.0", "source-map-support": "^0.5.21", "yargs": "^17.7.1" }, "devDependencies": { "@types/yargs": "^17.0.24" }, "gitHead": "64823d476aed916b437cf38895f1321f1f8b32a2" }