{
  "name": "@eth-optimism/core-utils",
  "version": "0.8.4",
  "description": "[Optimism] Core typescript utilities",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "all": "yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint",
    "build": "tsc -p tsconfig.build.json",
    "clean": "rimraf dist/ ./tsconfig.build.tsbuildinfo",
    "lint": "yarn lint:fix && yarn lint:check",
    "lint:check": "eslint . --max-warnings=0",
    "lint:fix": "yarn lint:check --fix",
    "pre-commit": "lint-staged",
    "test": "ts-mocha test/*.spec.ts",
    "test:coverage": "nyc ts-mocha test/*.spec.ts && nyc merge .nyc_output coverage.json"
  },
  "keywords": [
    "optimism",
    "ethereum",
    "core",
    "utils"
  ],
  "homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils#readme",
  "license": "MIT",
  "author": "Optimism PBC",
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereum-optimism/optimism.git"
  },
  "dependencies": {
    "@ethersproject/abstract-provider": "^5.5.1",
    "@ethersproject/bytes": "^5.5.0",
    "@ethersproject/providers": "^5.5.3",
    "@ethersproject/transactions": "^5.5.0",
    "@ethersproject/web": "^5.5.1",
    "bufio": "^1.0.7",
    "chai": "^4.3.4",
    "ethers": "^5.5.4"
  },
  "devDependencies": {
    "@types/chai": "^4.2.18",
    "@types/mocha": "^8.2.2",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.27.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-jsdoc": "^35.1.2",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-unicorn": "^32.0.1",
    "lint-staged": "11.0.0",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "prettier": "^2.3.1",
    "ts-mocha": "^8.0.0",
    "typescript": "^4.6.2"
  }
}
