{
  "name": "@ethereumjs/blockchain",
  "version": "5.4.0",
  "description": "A module to store and interact with blocks",
  "license": "MPL-2.0",
  "keywords": [
    "ethereum",
    "blockchain"
  ],
  "files": [
    "dist",
    "dist.browser",
    "src"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "browser": "dist.browser/index.js",
  "scripts": {
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "clean": "rm -Rf ./dist && rm -Rf ./dist.browser",
    "build": "../../config/cli/ts-build.sh",
    "coverage": "../../config/cli/coverage.sh",
    "docs:build": "typedoc --options typedoc.js",
    "format": "ethereumjs-config-format",
    "format:fix": "ethereumjs-config-format-fix",
    "tsc": "../../config/cli/ts-compile.sh",
    "lint": "../../config/cli/lint.sh",
    "lint:fix": "../../config/cli/lint-fix.sh",
    "test": "tape -r ts-node/register ./test/*.spec.ts"
  },
  "author": "mjbecze <mjbecze@gmail.com>",
  "dependencies": {
    "@ethereumjs/block": "^3.4.0",
    "@ethereumjs/common": "^2.4.0",
    "@ethereumjs/ethash": "^1.0.0",
    "debug": "^2.2.0",
    "ethereumjs-util": "^7.1.0",
    "level-mem": "^5.0.1",
    "lru-cache": "^5.1.1",
    "rlp": "^2.2.4",
    "semaphore-async-await": "^1.5.1"
  },
  "devDependencies": {
    "@types/async": "^2.4.1",
    "@types/lru-cache": "^5.1.0",
    "@types/node": "^11.13.4",
    "@types/tape": "^4.13.0",
    "eslint": "^6.8.0",
    "nyc": "^14.0.0",
    "prettier": "^2.0.5",
    "tape": "^4.10.1",
    "ts-node": "^8.8.2",
    "typedoc": "^0.20.34",
    "typescript": "^3.9.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereumjs/ethereumjs-monorepo.git"
  },
  "homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme",
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"
  }
}
