{
  "name": "@keplr-wallet/unit",
  "version": "0.13.22",
  "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": {
    "@keplr-wallet/types": "0.13.22",
    "big-integer": "^1.6.48",
    "utility-types": "^3.10.0"
  },
  "gitHead": "eb4766de33562f08af710c58418a1baddc3d5f43"
}
