{
  "name": "@cosmostation/cosmosjs",
  "version": "0.11.2",
  "description": "A JavasSript Open Source Library for Cosmos(ATOM).",
  "main": "src/index.js",
  "type": "module",
  "engines": {
    "node": ">=14.0.0"
  },
  "keywords": [
    "cosmosjs",
    "cosmos",
    "tendermint",
    "javascript",
    "atom",
    "cosmostation",
    "iris",
    "iov",
    "starname",
    "secret",
    "scrt",
    "akash",
    "akt",
    "stargate",
    "cryptoorg",
    "juno"
  ],
  "scripts": {
    "start": "node --es-module-specifier-resolution=node example/cosmoshub.js",
    "test": "mocha --es-module-specifier-resolution=node"
  },
  "author": "Cosmostation",
  "license": "MIT",
  "dependencies": {
    "ansi-regex": "^5.0.1",
    "bech32": "^1.1.3",
    "bip32": "^2.0.5",
    "bip39": "^2.5.0",
    "bitcoinjs-lib": "^4.0.2",
    "google-protobuf": "^3.14.0",
    "lodash": "^4.17.21",
    "node-fetch": "^3.1.1",
    "protobufjs": "^6.10.2",
    "request": "^2.88.2",
    "secp256k1": "^3.8.0"
  },
  "devDependencies": {
    "@babel/core": "^7.14.0",
    "@babel/helper-module-transforms": "^7.14.0",
    "@babel/types": "^7.14.1",
    "babelify": "^10.0.0",
    "browser-resolve": "^2.0.0",
    "esmify": "^2.1.1",
    "mocha": "^7.2.0"
  }
}
