{
  "name": "@cosmology/cli",
  "version": "3.0.2",
  "description": "cosmology",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/cosmology-tech/cosmology/tree/master/packages/cli#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "main/index.js",
  "typings": "types/index.d.ts",
  "bin": {
    "cosmology": "main/cosmology.js"
  },
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "types",
    "src",
    "main"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cosmology-tech/cosmology"
  },
  "scripts": {
    "build": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
    "build:commands": "cross-env NODE_ENV=development node ./bin/build.js",
    "build:ts": "tsc --project ./tsconfig.json",
    "buidl": "npm run build && npm run build:ts",
    "prepare": "npm run build",
    "lint": "eslint src --fix",
    "dev": "cross-env NODE_ENV=development babel-node src/cosmology --extensions \".tsx,.ts,.js\"",
    "watch": "cross-env NODE_ENV=development babel-watch src/cosmology --extensions \".tsx,.ts,.js\"",
    "file": "cross-env NODE_ENV=development babel-watch src/file --extensions \".tsx,.ts,.js\"",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "bugs": {
    "url": "https://github.com/cosmology-tech/cosmology/issues"
  },
  "devDependencies": {
    "@babel/cli": "7.18.10",
    "@babel/core": "7.19.1",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/node": "^7.19.1",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-export-default-from": "7.18.10",
    "@babel/plugin-proposal-object-rest-spread": "7.18.9",
    "@babel/plugin-transform-runtime": "7.19.1",
    "@babel/preset-env": "7.19.1",
    "@babel/preset-typescript": "7.18.6",
    "@types/jest": "^29.0.2",
    "babel-core": "7.0.0-bridge.0",
    "babel-plugin-inline-json-import": "0.3.2",
    "babel-watch": "^7.0.0",
    "case": "1.6.3",
    "cross-env": "^7.0.2",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "glob": "8.0.3",
    "jest": "^29.0.3",
    "jest-in-case": "^1.0.2",
    "prettier": "^2.7.1",
    "regenerator-runtime": "^0.13.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.18.9",
    "@chain-registry/osmosis": "1.11.0",
    "@cosmjs/amino": "0.29.5",
    "@cosmjs/launchpad": "0.27.1",
    "@cosmjs/proto-signing": "0.29.5",
    "@cosmjs/stargate": "0.29.5",
    "@cosmology/core": "^2.0.1",
    "@keplr-wallet/types": "0.11.22",
    "@keplr-wallet/unit": "0.11.22",
    "ansi-colors": "^4.1.3",
    "axios": "0.27.2",
    "chain-registry": "1.10.0",
    "class-autobind": "^0.1.4",
    "cosmjs-types": "0.5.2",
    "cosmjs-utils": "0.1.0",
    "crypto-js": "4.1.1",
    "fuzzy": "0.1.3",
    "inquirerer": "0.1.3",
    "keychain": "1.3.0",
    "long": "5.2.0",
    "minimist": "1.2.7",
    "osmojs": "15.2.0",
    "protobufjs": "6.11.3",
    "retry": "0.13.1",
    "secrets.js-grempe": "2.0.0",
    "typescript": "^4.7.4"
  },
  "gitHead": "0efe5e97bdb1b3f858b8a9de17fe201edbeb36ab"
}
