{
  "name": "@lodestar/spec-test-util",
  "version": "1.4.2",
  "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",
  "type": "module",
  "exports": "./lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*.js",
    "lib/**/*.js.map",
    "lib/**/*.d.ts",
    "*.d.ts",
    "*.js"
  ],
  "bin": {
    "eth2-spec-test-download": "lib/downloadTestsCli.js"
  },
  "scripts": {
    "clean": "rm -rf lib && rm -f *.tsbuildinfo",
    "build": "tsc -p tsconfig.build.json",
    "build:release": "yarn clean && yarn build",
    "build:types:watch": "yarn run build:types --watch",
    "build:lib:watch": "yarn run build:lib --watch",
    "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
    "check-types": "tsc",
    "lint": "eslint --color --ext .ts src/ test/",
    "lint:fix": "yarn run lint --fix",
    "pretest": "yarn run check-types",
    "test:e2e": "mocha 'test/e2e/**/*.test.ts'",
    "check-readme": "typescript-docs-verifier"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com:ChainSafe/lodestar.git"
  },
  "keywords": [
    "ethereum",
    "eth-consensus",
    "beacon",
    "blockchain"
  ],
  "dependencies": {
    "@lodestar/utils": "^1.4.2",
    "async-retry": "^1.3.3",
    "axios": "^0.21.0",
    "chai": "^4.3.6",
    "mocha": "^10.0.0",
    "rimraf": "^3.0.2",
    "snappyjs": "^0.7.0",
    "tar": "^6.1.11"
  },
  "devDependencies": {
    "@types/async-retry": "^1.4.3",
    "@types/tar": "^6.1.2"
  },
  "peerDependencies": {
    "chai": "^4.3.6",
    "mocha": "^10.0.0"
  }
}
