{
  "name": "osmojs-rc",
  "version": "0.12.4",
  "description": "Typescript Protobuf Messages for Osmosis",
  "author": "Dan Lynch <pyramation@gmail.com>",
  "homepage": "https://github.com/osmosis-labs/osmojs/tree/master/packages/osmojs#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "main/index.js",
  "module": "module/index.js",
  "typings": "types/index.d.ts",
  "files": [
    "src",
    "main",
    "module",
    "types"
  ],
  "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",
    "buidl": "npm run build && npm run build:ts",
    "build:proto": "npm run clean && npm run proto",
    "codegen": "cross-env NODE_ENV=development babel-node scripts/codegen.js",
    "build:ts": "tsc --project ./tsconfig.json",
    "prepare": "npm run build",
    "lint": "eslint .",
    "format": "eslint . --fix",
    "clean": "rimraf ./types && rimraf ./src/codegen",
    "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/osmosis-labs/osmojs"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/osmosis-labs/osmojs/issues"
  },
  "devDependencies": {
    "@babel/cli": "7.18.10",
    "@babel/core": "7.19.0",
    "@babel/eslint-parser": "^7.18.9",
    "@babel/generator": "7.19.0",
    "@babel/node": "^7.18.10",
    "@babel/parser": "^7.19.0",
    "@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.19.0",
    "@babel/preset-typescript": "^7.17.12",
    "@babel/traverse": "7.19.0",
    "@babel/types": "7.19.0",
    "@osmonauts/telescope": "0.19.0",
    "@protobufs/cosmos": "^0.0.11",
    "@protobufs/cosmwasm": "^0.0.11",
    "@protobufs/ibc": "^0.0.11",
    "@protobufs/osmosis": "^0.0.12",
    "@types/jest": "^29.0.0",
    "ast-stringify": "0.1.0",
    "axios": "^0.27.2",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "29.0.2",
    "babel-watch": "^7.0.0",
    "case": "1.6.3",
    "cross-env": "^7.0.2",
    "eslint": "8.23.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "glob": "8.0.3",
    "jest": "^29.0.2",
    "jest-in-case": "^1.0.2",
    "mkdirp": "1.0.4",
    "prettier": "^2.7.0",
    "regenerator-runtime": "^0.13.7",
    "rimraf": "3.0.2",
    "ts-jest": "^28.0.8",
    "typescript": "^4.8.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.19.0",
    "@cosmjs/amino": "0.28.13",
    "@cosmjs/proto-signing": "0.28.13",
    "@cosmjs/stargate": "0.28.13",
    "@cosmjs/tendermint-rpc": "^0.28.13",
    "@osmonauts/helpers": "^0.4.3",
    "@osmonauts/lcd": "^0.4.0",
    "long": "^5.2.0",
    "protobufjs": "^6.11.3"
  },
  "gitHead": "b17f3719b5706a1e7d46f3103d38a1e02cc131f5"
}
