{
  "name": "ethereumjs-blockchain",
  "version": "4.0.4",
  "description": "A module to store and interact with blocks",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "prepublishOnly": "npm run lint && npm run test && npm run build",
    "build": "ethereumjs-config-build",
    "coverage": "ethereumjs-config-coverage",
    "coveralls": "ethereumjs-config-coveralls",
    "docs:build": "typedoc --out docs --mode file --readme none --theme markdown --mdEngine github --excludeNotExported --excludePrivate src",
    "format": "ethereumjs-config-format",
    "format:fix": "ethereumjs-config-format-fix",
    "tslint": "ethereumjs-config-tslint",
    "tslint:fix": "ethereumjs-config-tslint-fix",
    "tsc": "ethereumjs-config-tsc",
    "lint": "ethereumjs-config-lint",
    "lint:fix": "ethereumjs-config-lint-fix",
    "test": "npm run build && ts-node node_modules/tape/bin/tape ./test/index.ts"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run lint"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-blockchain.git"
  },
  "keywords": [
    "ethereum",
    "blockchain"
  ],
  "author": "mjbecze <mjbecze@gmail.com>",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-blockchain/issues"
  },
  "homepage": "https://github.com/ethereumjs/ethereumjs-blockchain#readme",
  "dependencies": {
    "async": "^2.6.1",
    "ethashjs": "~0.0.7",
    "ethereumjs-block": "~2.2.2",
    "ethereumjs-common": "^1.5.0",
    "ethereumjs-util": "^6.1.0",
    "flow-stoplight": "^1.0.0",
    "level-mem": "^3.0.1",
    "lru-cache": "^5.1.1",
    "rlp": "^2.2.2",
    "semaphore": "^1.1.0"
  },
  "devDependencies": {
    "@ethereumjs/config-nyc": "^1.1.1",
    "@ethereumjs/config-prettier": "^1.1.1",
    "@ethereumjs/config-tsc": "^1.1.1",
    "@ethereumjs/config-tslint": "^1.1.1",
    "@types/async": "^2.4.1",
    "@types/bn.js": "^4.11.4",
    "@types/lru-cache": "^5.1.0",
    "@types/node": "^11.11.4",
    "@types/semaphore": "^1.1.0",
    "@types/tape": "^4.2.33",
    "coveralls": "^3.0.2",
    "husky": "^2.1.0",
    "nyc": "^13.0.1",
    "prettier": "^1.16.4",
    "tape": "^4.9.1",
    "ts-node": "^8.0.3",
    "tslint": "^5.13.1",
    "typedoc": "^0.14.2",
    "typedoc-plugin-markdown": "^1.1.27",
    "typescript": "^3.3.3333",
    "typestrict": "^1.0.2"
  }
}
