{
  "name": "@hyperlane-xyz/cosmos-sdk",
  "version": "35.2.0",
  "description": "Hyperlane TypeScript SDK for the Cosmos Hyperlane SDK module",
  "keywords": [
    "blockchain",
    "cosmos",
    "hyperlane",
    "sdk"
  ],
  "homepage": "https://www.hyperlane.xyz",
  "license": "Apache-2.0",
  "repository": "https://github.com/hyperlane-xyz/hyperlane-monorepo",
  "files": [
    "/dist"
  ],
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./runtime": {
      "types": "./dist/runtime.d.ts",
      "default": "./dist/runtime.js"
    },
    "./testing": {
      "types": "./dist/testing/index.d.ts",
      "default": "./dist/testing/index.js"
    }
  },
  "dependencies": {
    "@cosmjs/amino": "^0.32.4",
    "@cosmjs/math": "^0.32.4",
    "@cosmjs/proto-signing": "^0.32.4",
    "@cosmjs/stargate": "^0.32.4",
    "@cosmjs/tendermint-rpc": "^0.32.4",
    "@hyperlane-xyz/cosmos-types": "35.2.0",
    "@hyperlane-xyz/provider-sdk": "6.1.1",
    "@hyperlane-xyz/utils": "35.2.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.11",
    "@types/chai-as-promised": "^8",
    "@types/mocha": "^10.0.1",
    "@types/node": "^24.10.9",
    "chai": "^4.5.0",
    "chai-as-promised": "^8.0.1",
    "mocha": "^11.5.0",
    "mocha-steps": "^1.3.0",
    "oxfmt": "^0.42.0",
    "testcontainers": "11.12.0",
    "ts-node": "^10.9.2",
    "typescript": "6.0.2",
    "@hyperlane-xyz/tsconfig": "^35.2.0"
  },
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "format": "oxfmt --write ./src",
    "lint": "oxlint -c ../../oxlint.json",
    "clean": "rm -rf ./dist ./cache",
    "dev": "tsc --watch",
    "test": "echo \"no tests in cosmos-sdk\"",
    "test:ci": "echo \"no tests in cosmos-sdk\"",
    "test:e2e": "mocha --config .mocharc-e2e.json"
  }
}