{
  "name": "@xlabs-libs/wallet-aggregator-cosmos",
  "repository": "https://github.com/XLabs/wallet-aggregator-sdk/tree/master/packages/wallets/cosmos",
  "version": "0.0.1-alpha.16",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist/",
    "src/"
  ],
  "devDependencies": {
    "@cosmjs/amino": "^0.32.4",
    "@cosmjs/cosmwasm-stargate": "^0.32.4",
    "@cosmjs/proto-signing": "^0.32.4",
    "@cosmjs/stargate": "^0.32.4",
    "@cosmjs/tendermint-rpc": "^0.32.4",
    "@types/node": "^18.11.9",
    "buffer": "^6.0.3",
    "cosmjs-types": "^0.9.0",
    "long": "^5.2.3",
    "shx": "^0.3.4",
    "typescript": "^5.3.2"
  },
  "dependencies": {
    "@xlabs-libs/wallet-aggregator-core": "^0.0.1-alpha.21"
  },
  "scripts": {
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build": "shx rm -rf dist && npm run build:cjs && npm run build:esm",
    "clean": "shx rm -rf dist",
    "prepublish": "npm run build"
  }
}