{
  "name": "@ixo/impactxclient-sdk",
  "version": "2.5.1",
  "description": "One ixo client to rule them all, One ixo client to find, One ixo client to bring them all, and in impact bind them",
  "author": "Ixo <ixo>",
  "homepage": "https://github.com/ixofoundation/ixo-MultiClient-SDK#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "main/index.js",
  "module": "module/index.js",
  "typings": "types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./module/index.js",
      "require": "./main/index.js"
    },
    "./cloudflare": {
      "types": "./types/stargate_client/storeCloudflare.d.ts",
      "import": "./module/stargate_client/storeCloudflare.js",
      "require": "./main/stargate_client/storeCloudflare.js"
    },
    "./types/*": {
      "types": "./types/*.d.ts"
    },
    "./module/*": "./module/*",
    "./main/*": "./main/*"
  },
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "types",
    "main",
    "module"
  ],
  "scripts": {
    "build:local": "npm pack",
    "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:ts": "tsc --project ./tsconfig.build.json",
    "build:docs": "typedoc src/index.ts --tsconfig tsconfig.build.json",
    "build": "npm run build:module && npm run build:main",
    "build:prepare": "npm run build && npm run build:ts && npm run build:docs",
    "codegen": "cross-env NODE_ENV=development babel-node scripts/codegen.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/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "test": "jest __tests__/index.spec.ts --forceExit",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand",
    "test:queries": "jest __tests__/specs/query --forceExit",
    "test:supamoto": "jest __tests__/specs/supamoto --forceExit",
    "test:ai4g": "jest __tests__/specs/ai4g --forceExit",
    "test:umuzi": "jest __tests__/specs/umuzi --forceExit",
    "test:idcc": "jest __tests__/specs/idcc --forceExit",
    "test:protocols": "jest __tests__/specs/protocols --forceExit",
    "test:aquaminer": "jest __tests__/specs/aquaminer --forceExit",
    "test:fairClimate": "jest __tests__/specs/fairClimate --forceExit"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ixofoundation/ixo-MultiClient-SDK"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/ixofoundation/ixo-MultiClient-SDK/issues"
  },
  "devDependencies": {
    "@babel/cli": "7.19.3",
    "@babel/core": "7.19.3",
    "@babel/eslint-parser": "7.19.1",
    "@babel/node": "7.19.1",
    "@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.19.4",
    "@babel/plugin-proposal-optional-chaining": "7.18.9",
    "@babel/plugin-transform-runtime": "7.19.1",
    "@babel/preset-env": "7.19.4",
    "@babel/preset-typescript": "7.18.6",
    "@json2csv/node": "7.0.5",
    "@osmonauts/telescope": "0.92.2",
    "@protobufs/cosmos": "0.1.0",
    "@types/jest": "29.1.2",
    "@types/store": "^2.0.2",
    "axios-retry": "3.5.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "29.1.2",
    "babel-watch": "7.0.0",
    "cross-env": "7.0.2",
    "csvtojson": "2.0.10",
    "eslint": "8.25.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-prettier": "4.2.1",
    "jest": "29.1.2",
    "jest-in-case": "1.0.2",
    "long": "5.2.0",
    "prettier": "2.7.1",
    "regenerator-runtime": "0.13.7",
    "rimraf": "3.0.2",
    "sovrin-did": "1.4.0",
    "store": "^2.0.12",
    "ts-jest": "29.0.3",
    "typedoc": "0.23.20",
    "typescript": "4.8.4"
  },
  "dependencies": {
    "@babel/runtime": "7.19.4",
    "@cosmjs/amino": "0.32.4",
    "@cosmjs/cosmwasm-stargate": "0.32.4",
    "@cosmjs/crypto": "0.32.4",
    "@cosmjs/encoding": "0.32.4",
    "@cosmjs/proto-signing": "0.32.4",
    "@cosmjs/stargate": "0.32.4",
    "@cosmjs/tendermint-rpc": "0.32.4",
    "axios": "1.2.5",
    "bip39-light": "1.0.7",
    "bs58": "5.0.0",
    "dotenv": "16.0.3",
    "protobufjs": "6.11.2"
  }
}
