{
  "name": "@sixnetwork/sixchain-client",
  "version": "1.1.2",
  "description": "SIX Protocol sdk",
  "author": "sixnetwork <hamdee@six.network>",
  "homepage": "https://github.com/thesixnetwork/sixchain-sdk",
  "license": "SEE LICENSE IN LICENSE",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.esm.js",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thesixnetwork/sixchain-sdk"
  },
  "scripts": {
    "copy": "copyfiles -f ../../LICENSE README.md package.json dist",
    "clean": "rimraf dist/**",
    "prepare": "npm run build",
    "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "bugs": {
    "url": "https://github.com/thesixnetwork/sixchainJS/issues"
  },
  "dependencies": {
    "@cosmjs/amino": "^0.32.4",
    "@cosmjs/cosmwasm-stargate": "^0.32.4",
    "@cosmjs/launchpad": "^0.27.1",
    "@cosmjs/proto-signing": "^0.32.4",
    "@cosmjs/stargate": "^0.32.4",
    "@cosmjs/tendermint-rpc": "^0.32.4",
    "@ethersproject/wallet": "^5.7.0",
    "bech32": "^2.0.0",
    "bip39": "^3.1.0",
    "crypto": "^1.0.1",
    "dotenv": "^16.0.3",
    "ethers": "^5.7.0",
    "keccak": "^3.0.3",
    "moment": "^2.30.1",
    "ts-node": "^10.9.1",
    "uint8-to-base64": "^0.2.0",
    "uuid": "^9.0.0",
    "web3": "^4.0.3"
  },
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "@types/uuid": "^9.0.8",
    "jest": "^29.6.1",
    "ts-jest": "^29.0.5",
    "typescript": "^5.1.3"
  }
}
