UNPKG

@chainsafe/eth2.0-params

Version:

Chain parameters required for eth2.0

50 lines (49 loc) 1.4 kB
{ "name": "@chainsafe/eth2.0-params", "version": "0.2.1", "description": "Chain parameters required for eth2.0", "author": "ChainSafe Systems", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ChainSafe/lodestar/issues" }, "homepage": "https://github.com/ChainSafe/lodestar#readme", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*.js", "lib/**/*.js.map", "lib/**/*.d.ts" ], "scripts": { "clean": "rm -rf lib && rm -f tsconfig.tsbuildinfo", "build": "yarn build:lib && yarn build:types", "build:release": "yarn clean && yarn build", "build:lib": "babel src -x .ts -d lib --source-maps", "build:types": "tsc --incremental --declaration --outDir lib --emitDeclarationOnly", "build:docs": "typedoc --exclude src/index.ts --out docs src", "check-types": "tsc --noEmit --incremental", "lint": "eslint --color --ext .ts src/", "lint:fix": "eslint --color --ext .ts src/ --fix", "prepublishOnly": "yarn build", "test": "yarn run check-types" }, "repository": { "type": "git", "url": "git+https://github.com:ChainSafe/lodestar.git" }, "keywords": [ "ethereum", "eth2.0", "beacon", "blockchain" ], "dependencies": { }, "devDependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.7", "chai": "^4.2.0", "mocha": "^6.2.0" } }