{
  "name": "@cosmology/protobufs",
  "version": "0.0.8",
  "description": "osmosis protobufs",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/cosmology-finance/cosmology/tree/master/packages/protobufs#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "main/index.js",
  "module": "module/index.js",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "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:proto": "source ./bin/run-proto.sh",
    "proto:build": "source ./bin/run-proto.sh",
    "proto:gen": "cross-env NODE_ENV=development babel-node bin/gen-proto.js",
    "prepare": "npm run build",
    "dev": "cross-env NODE_ENV=development babel-node src/index",
    "watch": "cross-env NODE_ENV=development babel-watch src/index",
    "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/cosmology-finance/cosmology/tree/master/packages/protobufs"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/cosmology-finance/cosmology/tree/master/packages/protobufs/issues"
  },
  "devDependencies": {
    "@babel/cli": "7.17.6",
    "@babel/core": "7.17.8",
    "@babel/eslint-parser": "^7.5.4",
    "@babel/generator": "7.17.7",
    "@babel/node": "^7.10.5",
    "@babel/parser": "^7.17.8",
    "@babel/plugin-proposal-class-properties": "7.16.7",
    "@babel/plugin-proposal-export-default-from": "7.16.7",
    "@babel/plugin-proposal-object-rest-spread": "7.17.3",
    "@babel/plugin-transform-runtime": "7.17.0",
    "@babel/preset-env": "7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@babel/traverse": "7.17.3",
    "@babel/types": "7.17.0",
    "@types/jest": "^27.4.1",
    "axios": "^0.26.1",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "27.5.1",
    "babel-watch": "^7.0.0",
    "cross-env": "^7.0.2",
    "eslint": "8.12.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "glob": "7.2.0",
    "jest": "^27.5.1",
    "jest-in-case": "^1.0.2",
    "mkdirp": "1.0.4",
    "prettier": "^2.6.2",
    "protoc": "^1.0.4",
    "regenerator-runtime": "^0.13.7",
    "ts-jest": "^27.1.4",
    "ts-proto": "^1.110.2",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "@cosmjs/amino": "0.28.4",
    "@cosmjs/proto-signing": "0.28.4",
    "@cosmjs/stargate": "0.28.4",
    "@cosmjs/tendermint-rpc": "^0.28.4",
    "long": "^5.2.0"
  },
  "gitHead": "537df886ee0370dfa918dc1b163fadd996a74675"
}
