{
  "name": "@circle-fin/provider-cctp-v2",
  "version": "1.8.5",
  "description": "Circle's official Cross-Chain Transfer Protocol v2 provider for native USDC bridging",
  "keywords": [
    "circle",
    "circle-fin",
    "cctp",
    "usdc",
    "stablecoin",
    "sdk",
    "provider",
    "typescript",
    "cross-chain",
    "bridge",
    "bridging",
    "bridge-kit",
    "app-kit",
    "swap-kit"
  ],
  "main": "./index.cjs",
  "module": "./index.mjs",
  "types": "./index.d.cts",
  "dependencies": {
    "@coral-xyz/anchor": "^0.31.1",
    "bs58": "6.0.0",
    "buffer": "^6.0.3",
    "abitype": "^1.1.0",
    "@solana/web3.js": "^1.98.4",
    "@noble/curves": "1.4.2",
    "zod": "3.25.67",
    "@ethersproject/address": "^5.8.0",
    "@ethersproject/bytes": "^5.8.0",
    "@ethersproject/units": "^5.8.0"
  },
  "peerDependencies": {
    "@solana/web3.js": "^1.98.2"
  },
  "peerDependenciesMeta": {
    "@solana/web3.js": {
      "optional": true
    }
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": {
        "import": "./index.d.mts",
        "require": "./index.d.cts"
      },
      "import": "./index.mjs",
      "require": "./index.cjs",
      "default": "./index.cjs"
    }
  },
  "files": [
    "index.*",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "package.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": ">=20.0.0"
  }
}