{
  "private": false,
  "name": "@sixnetwork/six-data-chain-sdk",
  "version": "3.2.1",
  "description": "This project is Six Data Chain Client it use for send transactions and query data from chain",
  "main": "index.js",
  "scripts": {
    "test": "NODE_OPTIONS='--experimental-vm-modules --experimental-specifier-resolution=node' jest",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thesixnetwork/six-data-chain-sdk.git"
  },
  "keywords": [
    "sixnetwork",
    "six data chain",
    "six sdk",
    "sixprotocol"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/thesixnetwork/six-data-chain-sdk/issues"
  },
  "homepage": "https://github.com/thesixnetwork/six-data-chain-sdk#readme",
  "dependencies": {
    "@cosmjs/cosmwasm-stargate": "^0.28.13",
    "@cosmjs/launchpad": "0.27.0",
    "@cosmjs/proto-signing": "0.27.0",
    "@cosmjs/stargate": "0.27.0",
    "@types/lodash": "^4.14.182",
    "@web3auth/core": "^4.0.0-alpha.0",
    "axios": "^0.27.2",
    "cross-fetch": "^3.1.5",
    "dotenv": "^16.0.3",
    "crypto": "^1.0.1",
    "crypto-js": "^4.1.1",
    "cryptojs": "^2.5.3",
    "lodash": "^4.17.21",
    "typescript": "^4.7.4"
  },
  "devDependencies": {
    "@types/jest": "^29.0.2",
    "@types/node": "^18.8.4",
    "jest": "^29.0.3"
  }
}
