{
  "name": "@chain-registry/client",
  "version": "2.0.233",
  "description": "Chain Registry Client",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/hyperweb-io/chain-registry",
  "license": "MIT",
  "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/types": "^2.0.233",
    "@chain-registry/utils": "^2.0.233",
    "bfs-path": "^1.0.2",
    "cross-fetch": "^3.1.5"
  },
  "keywords": [
    "chain-registry",
    "web3",
    "cosmos",
    "interchain",
    "tokens"
  ],
  "gitHead": "2acdee9c2f81d67c4878354bfe699a4cdd9568ff"
}
