UNPKG

@chainsafe/eth2.0-spec-test-util

Version:

Spec test suite generator from yaml test files

67 lines (66 loc) 1.89 kB
{ "name": "@chainsafe/eth2.0-spec-test-util", "version": "0.4.3", "description": "Spec test suite generator from yaml test files", "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 && yarn build:docs", "build:types": "tsc --incremental --declaration --emitDeclarationOnly", "build:lib": "babel src -x .ts -d lib --source-maps", "build:docs": "typedoc --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", "pretest": "yarn run check-types", "test:e2e": "mocha --colors -r ts-node/register 'test/e2e/**/*.test.ts'" }, "repository": { "type": "git", "url": "git+https://github.com:ChainSafe/lodestar.git" }, "keywords": [ "ethereum", "eth2.0", "tests", "spec-test", "yaml-test", "beacon", "blockchain" ], "dependencies": { "@chainsafe/eth2.0-utils": "^0.1.1", "@chainsafe/ssz": "^0.5.4", "camelcase": "^5.3.1", "chai": "^4.2.0", "deepmerge": "^4.0.0", "js-yaml": "^3.13.1", "mocha": "^6.2.0", "v8-profiler-next": "^1.1.1" }, "devDependencies": { "@types/camelcase": "^5.2.0", "@types/chai": "^4.1.7", "@types/deepmerge": "^2.2.0", "@types/js-yaml": "^3.12.1", "@types/mocha": "^5.2.7" }, "peerDependencies": { "chai": "^4.2.0", "mocha": "^6.2.0" } }