{
  "name": "connect-interchain",
  "version": "0.0.1",
  "description": "connect-interchain",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/pyramation/connect-interchain#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "main/index.js",
  "module": "module/index.js",
  "typings": "types/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "types",
    "main",
    "module"
  ],
  "scripts": {
    "build:main": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
    "build:module": "cross-env MODULE=true babel src --out-dir module --delete-dir-on-start  --extensions \".tsx,.ts,.js\"",
    "build": "npm run build:module && npm run build:main",
    "build:ts": "tsc --project ./tsconfig.json",
    "buidl": "npm run build && npm run build:ts",
    "proto": "cross-env NODE_ENV=development babel-node scripts/gen-proto.js",
    "prepare": "npm run build",
    "dev": "cross-env NODE_ENV=development babel-node src/index --extensions \".tsx,.ts,.js\"",
    "watch": "cross-env NODE_ENV=development babel-watch src/index --extensions \".tsx,.ts,.js\"",
    "lint": "eslint src --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pyramation/connect-interchain"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/pyramation/connect-interchain/issues"
  },
  "devDependencies": {
    "@babel/cli": "7.18.10",
    "@babel/core": "7.18.10",
    "@babel/eslint-parser": "^7.18.9",
    "@babel/node": "^7.18.10",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-export-default-from": "7.18.10",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
    "@babel/plugin-proposal-numeric-separator": "7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "7.18.9",
    "@babel/plugin-proposal-optional-chaining": "7.18.9",
    "@babel/plugin-transform-runtime": "7.18.10",
    "@babel/preset-env": "7.18.10",
    "@babel/preset-typescript": "^7.18.6",
    "@osmonauts/telescope": "^0.11.7",
    "@protobufs/interchain": "^0.0.11",
    "@protobufs/cosmwasm": "^0.0.11",
    "@protobufs/ibc": "^0.0.11",
    "@types/jest": "^28.1.6",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "28.1.3",
    "babel-watch": "^7.0.0",
    "cross-env": "^7.0.2",
    "eslint": "8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^28.1.3",
    "jest-in-case": "^1.0.2",
    "long": "^5.2.0",
    "prettier": "^2.7.1",
    "regenerator-runtime": "^0.13.7",
    "rimraf": "^3.0.2",
    "ts-jest": "^28.0.7",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@babel/runtime": "^7.18.9",
    "@cosmjs/amino": "0.28.11",
    "@cosmjs/proto-signing": "0.28.11",
    "@cosmjs/stargate": "0.28.11",
    "@cosmjs/tendermint-rpc": "^0.28.11",
    "@osmonauts/helpers": "^0.4.1",
    "protobufjs": "^6.11.2"
  }
}
