{
  "name": "@kyve/sdk-beta",
  "version": "3.7.0",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KYVENetwork/node.git"
  },
  "keywords": [
    "KYVE",
    "Arweave",
    "Blockchain",
    "PoS"
  ],
  "author": "Ruslan Hlaznov <ruslan@kyve.network>, John Letey <john@kyve.network>, Troy Kessler <troy@kyve.network>, Max Breithecker <max@kyve.network>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "format": "prettier --write .",
    "doc": "typedoc",
    "test": "jest test",
    "test:unit": "jest test/unit",
    "test:integrations": "jest test/integrations",
    "lint": "eslint . --ignore-path ../../.eslintignore --ext ts --ext tsx --ext js --ext jsx",
    "lint:fix": "eslint --fix . --ignore-path ../../.eslintignore --ext ts --ext tsx --ext js --ext jsx"
  },
  "dependencies": {
    "@cosmjs/amino": "0.28.3",
    "@cosmjs/crypto": "0.27.1",
    "@cosmjs/encoding": "0.27.1",
    "@cosmjs/proto-signing": "0.28.0",
    "@cosmjs/stargate": "0.28.0",
    "@cosmjs/tendermint-rpc": "0.28.0",
    "@cosmostation/extension-client": "^0.0.6",
    "@keplr-wallet/cosmos": "0.9.16",
    "@kyve/proto-beta": "1.12.1",
    "axios": "0.25.0",
    "bech32": "2.0.0",
    "bignumber.js": "9.0.2",
    "humanize-number": "0.0.2",
    "qs": "^6.10.5"
  },
  "devDependencies": {
    "@keplr-wallet/types": "^0.9.12",
    "@types/jest": "^28.1.3",
    "@types/qs": "^6.9.7",
    "ajv": "^8.11.0",
    "copyfiles": "^2.4.1",
    "jest": "^28.1.1",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^28.0.5",
    "ts-node": "^10.8.1",
    "tslib": "^2.4.0",
    "typedoc": "^0.22.17",
    "typescript": "^4.5.5",
    "typescript-json-schema": "^0.53.1"
  }
}
