{
  "name": "@eth-optimism/fee-estimation",
  "version": "0.15.3",
  "description": "Lightweight library for doing OP-Chain gas estimation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereum-optimism/optimism.git",
    "directory": "packages/fee-estimation"
  },
  "homepage": "https://optimism.io",
  "type": "module",
  "main": "dist/estimateFees.cjs",
  "module": "dist/estimateFees.js",
  "exports": {
    ".": {
      "import": "./dist/estimateFees.js",
      "require": "./dist/estimateFees.cjs",
      "default": "./dist/estimateFees.js",
      "types": "./src/estimateFees.ts"
    }
  },
  "types": "src/estimateFees.ts",
  "files": [
    "dist/",
    "src/"
  ],
  "scripts": {
    "build": "tsup",
    "lint": "prettier --check .",
    "lint:fix": "prettier --write .",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@eth-optimism/contracts-ts": "workspace:^",
    "@testing-library/jest-dom": "^6.3.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@vitest/coverage-istanbul": "^1.2.2",
    "abitype": "^1.0.0",
    "isomorphic-fetch": "^3.0.0",
    "jest-dom": "link:@types/@testing-library/jest-dom",
    "jsdom": "^24.0.0",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3",
    "viem": "^2.5.0",
    "vite": "^5.0.12",
    "vitest": "^1.2.2"
  },
  "peerDependencies": {
    "viem": "^0.3.30"
  }
}
