{
  "name": "userop-viem",
  "version": "0.4.3-8",
  "description": "A simple JS library for building ERC-4337 UserOperations.",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/stackup-wallet/userop.js.git"
  },
  "author": "stackup-wallet",
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "bun clean && tsc",
    "clean": "rimraf dist",
    "build": "bun clean && tsc",
    "test": "jest",
    "lint": "eslint . && tsc --noEmit",
    "lint:fix": "eslint . --fix",
    "prettier": "prettier --check '**'",
    "prettier:fix": "prettier --write '**'"
  },
  "exports": {
    ".": {
      "types": "./dist/v06/index.d.ts",
      "default": "./dist/v06/index.js"
    },
    "./account": {
      "types": "./dist/v06/account/index.d.ts",
      "default": "./dist/v06/account/index.js"
    },
    "./bundler": {
      "types": "./dist/v06/bundler/index.d.ts",
      "default": "./dist/v06/bundler/index.js"
    },
    "./entryPoint": {
      "types": "./dist/v06/entryPoint/index.d.ts",
      "default": "./dist/v06/entryPoint/index.js"
    }
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "eslint": "9.6.0",
    "eslint-config-prettier": "^9.1.0",
    "jest": "^29.7.0",
    "nock": "^13.5.4",
    "prettier": "3.3.2",
    "rimraf": "^5.0.7",
    "ts-jest": "^29.1.5",
    "typescript": "^5.5.3",
    "typescript-eslint": "^7.15.0"
  },
  "dependencies": {
    "viem": "^2.17.0"
  }
}
