{
  "name": "@keplr-wallet/cosmos",
  "version": "0.13.34",
  "main": "build/index.js",
  "author": "chainapsis",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chainapsis/keplr-wallet.git"
  },
  "scripts": {
    "clean": "rm -rf node_modules; rm -rf build",
    "build": "npx tsc",
    "dev": "npx tsc -w",
    "test": "npx jest --passWithNoTests",
    "lint-test": "npx eslint \"src/**/*\" && npx prettier --check \"src/**/*\"",
    "lint-fix": "npx eslint --fix \"src/**/*\" && npx prettier --write \"src/**/*\"",
    "typecheck": "npx tsc -p tsconfig.check.json"
  },
  "dependencies": {
    "@ethersproject/address": "^5.6.0",
    "@keplr-wallet/common": "0.13.34",
    "@keplr-wallet/crypto": "0.13.34",
    "@keplr-wallet/proto-types": "0.13.34",
    "@keplr-wallet/simple-fetch": "0.13.34",
    "@keplr-wallet/types": "0.13.34",
    "@keplr-wallet/unit": "0.13.34",
    "bech32": "^1.1.4",
    "buffer": "^6.0.3",
    "long": "^4.0.0",
    "protobufjs": "^6.11.2",
    "utility-types": "^3.10.0"
  },
  "gitHead": "261583540739c6e916c78905e587a2d82575bdc0"
}
