{
  "name": "@hot-labs/omni-sdk",
  "description": "A fast and cheap bridge protocol over HOT Protocol that uses the NEAR Intents engine for exchange",
  "version": "2.25.5",
  "type": "module",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "default": "./build/index.js"
    }
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsc && tsc-alias",
    "cli": "npx tsx ./example/cli.ts",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "author": "HOT Labs",
  "license": "MIT",
  "optionalDependencies": {
    "@coral-xyz/anchor": "0.29.0",
    "@cosmjs/cosmwasm-stargate": "0.37.0",
    "@cosmjs/stargate": "0.37.0",
    "@solana/spl-token": "0.4.13",
    "@solana/web3.js": "1.68.0",
    "cosmjs-types": "0.11.0"
  },
  "dependencies": {
    "@near-js/crypto": "2.2.5",
    "@near-js/providers": "2.2.5",
    "@near-js/transactions": "2.2.5",
    "@near-js/types": "2.2.5",
    "@near-js/utils": "2.2.5",
    "@scure/base": "2.0.0",
    "@stellar/stellar-sdk": "14.1.1",
    "@ton-api/client": "0.4.0",
    "@ton-api/ton-adapter": "0.4.1",
    "@ton/core": "0.62.0",
    "@ton/crypto": "3.3.0",
    "@ton/ton": "15.2.1",
    "ethers": "6.15.0",
    "rlp": "3.0.0"
  },
  "devDependencies": {
    "@types/bn.js": "5.1.6",
    "tsc-alias": "1.8.16",
    "typescript": "5.8.3",
    "vitest": "^2.0.0"
  }
}
