{
  "name": "sdk-cosmos",
  "version": "0.0.19",
  "author": "ZetaChain <ZetaChain@zetachain.com>",
  "description": "javascript lib to interact with zeta blockchain",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/zeta-chain/sdk-cosmos",
  "license": "SEE LICENSE IN LICENSE",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zeta-chain/sdk-cosmos"
  },
  "bugs": {
    "url": "https://github.com/zeta-chain/sdk-cosmos/issues"
  },
  "scripts": {},
  "dependencies": {
    "@cosmology/lcd": "^0.14.0",
    "@cosmology/telescope": "^1.12.8",
    "@interchainjs/cosmos": "1.11.5",
    "@interchainjs/cosmos-types": "1.11.5",
    "@interchainjs/encoding": "1.11.5",
    "@interchainjs/pubkey": "1.11.5",
    "@interchainjs/types": "1.11.5",
    "@interchainjs/utils": "1.11.5"
  },
  "keywords": [],
  "gitHead": "19ada3f77797978ab09f20e5ee2bb3895fafcea2"
}