{
  "name": "@xchainjs/xchain-cosmos",
  "version": "3.0.13",
  "description": "Custom Cosmos client and utilities used by XChainJS clients",
  "keywords": [
    "XChain",
    "Cosmos"
  ],
  "author": "XChainJS",
  "homepage": "https://github.com/xchainjs/xchainjs-lib",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:xchainjs/xchainjs-lib.git"
  },
  "scripts": {
    "clean": "rm -rf .turbo && rm -rf lib",
    "build": "yarn clean && rollup -c --bundleConfigAsCjs",
    "build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"",
    "test": "jest",
    "e2e": "jest --config jest.config.e2e.mjs",
    "lint": "eslint --config ../../eslint.config.mjs \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0"
  },
  "dependencies": {
    "@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
    "@cosmjs/amino": "0.34.0",
    "@cosmjs/encoding": "0.34.0",
    "@cosmjs/ledger-amino": "0.34.0",
    "@cosmjs/proto-signing": "0.34.0",
    "@cosmjs/stargate": "0.34.0",
    "@ledgerhq/hw-app-cosmos": "6.32.0",
    "@ledgerhq/hw-transport": "^6.31.6",
    "@scure/base": "^1.2.6",
    "@scure/bip32": "^1.7.0",
    "@xchainjs/xchain-client": "2.0.13",
    "@xchainjs/xchain-cosmos-sdk": "2.0.13",
    "@xchainjs/xchain-crypto": "1.0.6",
    "@xchainjs/xchain-util": "2.0.7",
    "axios": "1.15.2",
    "bignumber.js": "^11.0.0",
    "cosmjs-types": "0.9.0",
    "protobufjs": "7.5.8"
  },
  "devDependencies": {
    "@ledgerhq/hw-transport-node-hid": "^6.28.6"
  },
  "publishConfig": {
    "access": "public",
    "directory": "release/package"
  }
}