{
  "name": "@eth-optimism/sdk",
  "version": "2.1.0",
  "description": "[Optimism] Tools for working with Optimism",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist/*",
    "src/*"
  ],
  "scripts": {
    "all": "yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint",
    "build": "tsc -p tsconfig.json",
    "clean": "rimraf dist/ ./tsconfig.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": "hardhat test",
    "test:next": "vitest",
    "test:next:run": "vitest run",
    "test:coverage": "nyc hardhat test && nyc merge .nyc_output coverage.json",
    "autogen:docs": "typedoc --out docs src/index.ts"
  },
  "keywords": [
    "optimism",
    "ethereum",
    "sdk"
  ],
  "homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme",
  "license": "MIT",
  "author": "Optimism PBC",
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereum-optimism/optimism.git"
  },
  "devDependencies": {
    "@ethersproject/abstract-provider": "^5.7.0",
    "@ethersproject/abstract-signer": "^5.7.0",
    "@ethersproject/transactions": "^5.7.0",
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "chai-as-promised": "^7.1.1",
    "ethereum-waffle": "^3.4.0",
    "ethers": "^5.7.0",
    "hardhat": "^2.9.6",
    "hardhat-deploy": "^0.11.4",
    "nyc": "^15.1.0",
    "typedoc": "^0.22.13",
    "mocha": "^10.0.0",
    "vitest": "^0.28.3",
    "zod": "^3.11.6",
    "viem": "^0.3.30",
    "isomorphic-fetch": "^3.0.0"
  },
  "dependencies": {
    "@eth-optimism/contracts": "0.6.0",
    "@eth-optimism/core-utils": "0.12.0",
    "@eth-optimism/contracts-bedrock": "0.14.0",
    "lodash": "^4.17.21",
    "merkletreejs": "^0.2.27",
    "rlp": "^2.2.7"
  },
  "peerDependencies": {
    "ethers": "^5"
  }
}
