{
  "name": "@interchainjs/cosmos",
  "version": "1.21.0",
  "description": "Transaction codec and client to communicate with any cosmos blockchain",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./index.js",
      "types": "./index.d.ts"
    },
    "./*": {
      "import": "./esm/*.js",
      "require": "./*.js",
      "types": "./*.d.ts"
    },
    "./package.json": "./package.json"
  },
  "author": "Constructive <developers@constructive.io>",
  "homepage": "https://github.com/hyperweb-io/interchainjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperweb-io/interchainjs"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "scripts": {
    "build": "makage build",
    "build:dev": "makage build",
    "lint": "eslint . --fix",
    "starship": "starship --config ./starship/configs/config.yaml",
    "starship:local": "starship --config ./starship/configs/config.local.yaml",
    "starship:test": "jest --config ./jest.starship.config.js --verbose --bail",
    "starship:debug": "jest --config ./jest.starship.config.js --runInBand --verbose --bail",
    "starship:watch": "jest --watch --config ./jest.starship.config.js",
    "starship:all": "pnpm starship start",
    "starship:clean": "pnpm starship stop",
    "test:token": "jest --preset ts-jest ./starship/__tests__/token.test.ts",
    "test:rpc": "jest --config ./jest.rpc.config.js --verbose",
    "test:rpc:watch": "jest --config ./jest.rpc.config.js --watch",
    "test:rpc:v2": "jest --config ./jest.rpc.config.js --testPathPattern=query-client-v2.test.ts --verbose",
    "prepack": "makage build"
  },
  "dependencies": {
    "@interchainjs/amino": "1.21.0",
    "@interchainjs/auth": "1.21.0",
    "@interchainjs/cosmos-types": "1.21.0",
    "@interchainjs/crypto": "1.21.0",
    "@interchainjs/encoding": "1.20.0",
    "@interchainjs/pubkey": "1.21.0",
    "@interchainjs/types": "1.21.0",
    "@interchainjs/utils": "1.21.0",
    "@noble/curves": "^1.1.0",
    "@noble/hashes": "^1.3.1",
    "bech32": "^1.1.4",
    "bignumber.js": "^9.1.0",
    "bip39": "^3.1.0",
    "decimal.js": "^10.4.3",
    "deepmerge": "4.2.2",
    "ws": "^8.14.0"
  },
  "devDependencies": {
    "@chain-registry/client": "1.18.1",
    "@chain-registry/types": "^2.0.42",
    "@jest/globals": "^30.0.0",
    "interchainjs": "1.21.0",
    "makage": "^0.1.12",
    "starshipjs": "^2.4.0"
  },
  "keywords": [
    "cosmos",
    "blockchain",
    "transaction"
  ],
  "gitHead": "85b0648093e20a06fe3daa4c0a79cf21f40037b2"
}
