{
  "name": "@keplr-wallet/provider",
  "version": "0.13.35",
  "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/router": "0.13.35",
    "@keplr-wallet/types": "0.13.35",
    "buffer": "^6.0.3",
    "deepmerge": "^4.2.2",
    "long": "^4.0.0"
  },
  "peerDependencies": {
    "starknet": "^8"
  },
  "gitHead": "d6feb9514cc94558d0567593f426ea03c3cabaf0"
}
