{
  "name": "@chain-registry/types",
  "version": "2.0.188",
  "description": "Chain Registry types",
  "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",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "chain-registry",
    "web3",
    "cosmos",
    "interchain"
  ],
  "gitHead": "37cb54b2d96066fadb8ce8eda44e4eba55d54a61"
}
