{
  "name": "@tokenbound/sdk",
  "version": "0.5.5",
  "type": "module",
  "files": [
    "dist"
  ],
  "types": "./dist/src/index.d.ts",
  "main": "./dist/tokenbound-sdk.umd.cjs",
  "module": "./dist/tokenbound-sdk.js",
  "exports": {
    ".": {
      "import": "./dist/tokenbound-sdk.js",
      "require": "./dist/tokenbound-sdk.umd.cjs",
      "types": "./dist/src/index.d.ts"
    }
  },
  "dependencies": {
    "@layerzerolabs/lz-v2-utilities": "^2.3.7",
    "viem": "^2.21.32"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@tanstack/react-query": "^5.59.15",
    "@testing-library/dom": "^10.1.0",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^15.0.4",
    "@testing-library/user-event": "^14.5.2",
    "@types/react": "^18.3.11",
    "@types/testing-library__jest-dom": "^5.14.9",
    "@viem/anvil": "^0.0.10",
    "@vitest/coverage-c8": "^0.33.0",
    "@wagmi/cli": "^2.1.16",
    "ethers": "^5.7.2",
    "forge-std": "1.1.2",
    "ethers6": "npm:ethers@^6.12.1",
    "jsdom": "^24.0.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^5.4.5",
    "viem": "^2.21.32",
    "wagmi": "^2.12.20",
    "vite": "^4.4.9",
    "vite-plugin-dts": "^3.9.0",
    "vitest": "^1.6.0",
    "rollup-plugin-visualizer": "^5.12.0",
    "@tokenbound/sdk": "^0.5.5"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "test": "vitest --watch=false",
    "coverage": "vitest run --coverage",
    "clean": "rm -rf node_modules/ dist/",
    "wagmi": "wagmi generate",
    "prep": "pnpm clean && pnpm i && pnpm wagmi && pnpm build",
    "lint": "biome lint .",
    "lint:fix": "biome lint --write --unsafe .",
    "format": "biome format .",
    "format:fix": "biome format --write ."
  }
}