{
  "name": "@chain-registry/keplr",
  "version": "2.0.224",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "description": "Chain Registry to Keplr",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/hyperweb-io/chain-registry",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperweb-io/chain-registry"
  },
  "bugs": {
    "url": "https://github.com/hyperweb-io/chain-registry/issues"
  },
  "dependencies": {
    "@chain-registry/types": "^2.0.224",
    "@keplr-wallet/cosmos": "0.12.28",
    "@keplr-wallet/crypto": "0.12.28",
    "@types/semver": "^7.5.8",
    "chain-registry": "^2.0.224",
    "semver": "^7.5.0"
  },
  "scripts": {
    "copy": "copyfiles -f ../../LICENSE README.md package.json dist",
    "clean": "rimraf dist/**",
    "prepare": "npm run build",
    "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
    "build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [],
  "gitHead": "a4d409af9d35759b8892c3ada9dc8de71283b7c7"
}
