{
  "name": "@chain-registry/v2-client",
  "version": "1.54.237",
  "description": "Chain Registry Client",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/hyperweb-io/chain-registry",
  "license": "SEE LICENSE IN LICENSE",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "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"
  },
  "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",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@types/sha.js": "^2.4.0",
    "@types/supertest": "2.0.12",
    "nock": "13.3.2",
    "supertest": "6.3.3"
  },
  "dependencies": {
    "@chain-registry/v2-types": "^0.53.146",
    "@chain-registry/v2-utils": "^1.52.237",
    "bfs-path": "^1.0.2",
    "cross-fetch": "^3.1.5"
  },
  "keywords": [
    "chain-registry",
    "web3",
    "cosmos",
    "interchain",
    "tokens"
  ],
  "gitHead": "9a9759b5d16aaffd50b3f3b28c9d6fccdc4778c4"
}
