{
  "name": "@chain-registry/juno",
  "version": "1.70.178",
  "description": "Chain Registry info for Juno",
  "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",
    "codegen": "rimraf src/** && ts-node ./scripts/build.ts",
    "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "chain-registry": "^1.69.178"
  },
  "dependencies": {
    "@chain-registry/types": "^0.50.110"
  },
  "keywords": [
    "chain-registry",
    "web3",
    "cosmos",
    "cosmos-sdk",
    "interchain",
    "tokens",
    "juno"
  ],
  "gitHead": "53063537b3f2ed8a646b6176c2395cf3ce239989"
}
