{
  "name": "@keplr-wallet/stores",
  "version": "0.13.31",
  "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"
  },
  "devDependencies": {
    "@keplr-wallet/provider-mock": "0.13.31"
  },
  "dependencies": {
    "@ethersproject/address": "^5.7.0",
    "@keplr-wallet/common": "0.13.31",
    "@keplr-wallet/cosmos": "0.13.31",
    "@keplr-wallet/crypto": "0.13.31",
    "@keplr-wallet/mobx-utils": "0.13.31",
    "@keplr-wallet/proto-types": "0.13.31",
    "@keplr-wallet/simple-fetch": "0.13.31",
    "@keplr-wallet/types": "0.13.31",
    "@keplr-wallet/unit": "0.13.31",
    "buffer": "^6.0.3",
    "deepmerge": "^4.2.2",
    "eventemitter3": "^4.0.7",
    "long": "^4.0.0",
    "p-queue": "^6.6.2",
    "utility-types": "^3.10.0"
  },
  "peerDependencies": {
    "mobx": "^6",
    "mobx-utils": "^6"
  },
  "gitHead": "ef186caaefe162cbd93d072d609d8708ed59ae28"
}
