{
  "name": "@eth-inura/fee-estimation",
  "version": "0.15.3",
  "description": "Lightweight library for doing OP-Chain gas estimation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/inuraorg/inura.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-inura/contracts-ts": "workspace:^",
    "@testing-library/jest-dom": "^6.1.4",
    "@testing-library/react-hooks": "^8.0.1",
    "@vitest/coverage-istanbul": "^0.34.6",
    "abitype": "^0.10.2",
    "isomorphic-fetch": "^3.0.0",
    "jest-dom": "link:@types/@testing-library/jest-dom",
    "jsdom": "^22.1.0",
    "tsup": "^7.2.0",
    "typescript": "^5.2.2",
    "viem": "^1.19.1",
    "vite": "^4.5.0",
    "vitest": "^0.34.2"
  },
  "peerDependencies": {
    "viem": "^0.3.30"
  }
}
