{
  "name": "@turnkey/cosmjs",
  "version": "0.8.44",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.mjs"
    }
  },
  "types": "./dist/index.d.ts",
  "license": "Apache-2.0",
  "description": "Turnkey Cosmos Signer for CosmJS",
  "keywords": [
    "Turnkey",
    "Cosmos",
    "CosmJS"
  ],
  "author": {
    "name": "Turnkey",
    "url": "https://turnkey.com/"
  },
  "homepage": "https://github.com/tkhq/sdk",
  "bugs": {
    "url": "https://github.com/tkhq/sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tkhq/sdk.git",
    "directory": "packages/cosmjs"
  },
  "files": [
    "dist/",
    "CHANGELOG.md",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@cosmjs/amino": "^0.34.1",
    "@cosmjs/crypto": "^0.34.1",
    "@cosmjs/encoding": "^0.34.1",
    "@cosmjs/proto-signing": "^0.34.1",
    "@turnkey/http": "6.6.0",
    "@turnkey/sdk-browser": "8.6.0",
    "@turnkey/api-key-stamper": "0.6.17",
    "@turnkey/sdk-server": "8.6.0",
    "@turnkey/core": "2.12.0"
  },
  "devDependencies": {
    "cosmjs-types": "^0.9.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf ./dist ./.cache",
    "test": "jest --passWithNoTests",
    "typecheck": "tsc --noEmit"
  }
}