@lodestar/utils
Version:
Utilities required across multiple lodestar packages
58 lines (57 loc) • 1.67 kB
JSON
{
"name": "@lodestar/utils",
"description": "Utilities required across multiple lodestar packages",
"license": "Apache-2.0",
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/lodestar#readme",
"repository": {
"type": "git",
"url": "git+https://github.com:ChainSafe/lodestar.git"
},
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.28.1",
"type": "module",
"exports": "./lib/index.js",
"files": [
"lib/**/*.d.ts",
"lib/**/*.js",
"lib/**/*.js.map",
"*.d.ts",
"*.js"
],
"scripts": {
"clean": "rm -rf lib && rm -f *.tsbuildinfo",
"build": "tsc -p tsconfig.build.json",
"build:watch": "yarn run build --watch",
"build:release": "yarn clean && yarn build",
"check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
"check-types": "tsc && vitest run --typecheck --dir test/types/",
"lint": "biome check src/ test/",
"lint:fix": "yarn run lint --write",
"test:unit": "vitest run --dir test/unit",
"test:browsers": "vitest run --config ./vitest.browser.config.ts --dir test/unit",
"check-readme": "typescript-docs-verifier"
},
"types": "lib/index.d.ts",
"dependencies": {
"@chainsafe/as-sha256": "^1.0.0",
"any-signal": "3.0.1",
"bigint-buffer": "^1.1.5",
"case": "^1.6.3",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/yargs": "^17.0.24",
"prom-client": "^15.1.0"
},
"keywords": [
"ethereum",
"eth-consensus",
"beacon",
"blockchain"
],
"gitHead": "d565aac1d211c8de7d9805ca5f715dd02660d201"
}