{
  "name": "@chainlink/ccip-sdk",
  "version": "1.6.2",
  "description": "SDK/Library to interact with CCIP",
  "author": "Chainlink devs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smartcontractkit/ccip-tools-ts.git"
  },
  "homepage": "https://docs.chain.link/ccip/tools/sdk/",
  "bugs": {
    "url": "https://github.com/smartcontractkit/ccip-tools-ts/issues"
  },
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./viem": {
      "types": "./dist/viem.d.ts",
      "default": "./dist/viem.js"
    },
    "./all": {
      "types": "./dist/all-chains.d.ts",
      "default": "./dist/all-chains.js"
    },
    "./src/*": "./src/*"
  },
  "scripts": {
    "test": "node --test",
    "lint": "prettier --check ./src && eslint ./src",
    "lint:fix": "prettier --write ./src && eslint --fix ./src",
    "typecheck": "tsc --noEmit",
    "check": "npm run lint && npm run typecheck",
    "build": "npm run clean && tsc -p ./tsconfig.build.json",
    "clean": "rm -rfv ./dist",
    "prepare": "npm run build"
  },
  "files": [
    "dist",
    "src",
    "tsconfig.json",
    "!**/*.test.*",
    "!**/__tests__",
    "!**/__mocks__"
  ],
  "peerDependencies": {
    "viem": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "viem": {
      "optional": true
    }
  },
  "devDependencies": {
    "@depay/web3-mock": "^15.3.0",
    "@eslint/js": "^10.0.1",
    "@types/bn.js": "^5.2.0",
    "@types/node": "25.6.0",
    "@types/yargs": "17.0.35",
    "eslint": "^10.2.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-import-x": "^4.16.2",
    "eslint-plugin-jsdoc": "^62.9.0",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-tsdoc": "^0.5.2",
    "ethers-abitype": "1.0.3",
    "prettier": "^3.8.3",
    "prool": "^0.2.4",
    "typescript": "6.0.3",
    "typescript-eslint": "8.59.0",
    "viem": "^2.48.4"
  },
  "dependencies": {
    "@aptos-labs/ts-sdk": "^6.3.1",
    "@coral-xyz/anchor": "^0.29.0",
    "@mysten/bcs": "^2.0.3",
    "@mysten/sui": "^2.16.0",
    "@noble/hashes": "^2.2.0",
    "@solana/spl-token": "0.4.14",
    "@solana/web3.js": "^1.98.4",
    "@ton/core": "0.63.1",
    "@ton/crypto": "^3.3.0",
    "@ton/ton": "^16.2.4",
    "abitype": "1.2.4",
    "axios": "1.15.2",
    "bn.js": "^5.2.3",
    "borsh": "^2.0.0",
    "bs58": "^6.0.0",
    "buffer": "^6.0.3",
    "ethers": "6.16.0",
    "micro-memoize": "^5.1.1",
    "type-fest": "^5.6.0",
    "yaml": "2.8.3"
  },
  "overrides": {
    "bigint-buffer": "npm:@trufflesuite/bigint-buffer@1.1.10"
  }
}
