{
  "name": "@ethereumjs/common",
  "version": "2.4.0",
  "description": "Resources common to all Ethereum implementations",
  "license": "MIT",
  "keywords": [
    "ethereum",
    "ethereumjs",
    "constants",
    "parameters",
    "genesis",
    "networks",
    "bootstrap"
  ],
  "files": [
    "dist",
    "dist.browser",
    "src"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "browser": "dist.browser/index.js",
  "scripts": {
    "build": "../../config/cli/ts-build.sh",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "clean": "rm -Rf ./dist && rm -Rf ./dist.browser",
    "coverage": "../../config/cli/coverage.sh",
    "format": "ethereumjs-config-format",
    "format:fix": "ethereumjs-config-format-fix",
    "tsc": "ethereumjs-config-ts-compile",
    "lint": "../../config/cli/lint.sh",
    "lint:fix": "../../config/cli/lint-fix.sh",
    "test": "tape -r ts-node/register ./tests/*.spec.ts",
    "docs:build": "typedoc --options typedoc.js"
  },
  "dependencies": {
    "crc-32": "^1.2.0",
    "ethereumjs-util": "^7.1.0"
  },
  "devDependencies": {
    "@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/common#readme",
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+common%22"
  },
  "maintainers": [
    {
      "name": "Holger Drewes",
      "email": "Holger.Drewes@gmail.com"
    }
  ]
}
