{
  "name": "@kanalabs/aggregator",
  "version": "0.7.15",
  "description": "SDK to perform web3 wallet operations",
  "main": "lib/index.js",
  "tag": "latest",
  "files": [
    "lib",
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "prepare": "husky install",
    "test": "jest --config jestconfig.json",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint . --ext .ts",
    "build": "tsc",
    "publish:beta": "tsc && npm publish --tag beta",
    "publish:production": "tsc && npm publish",
    "docs": "typedoc"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "7.21.2",
    "@babel/preset-typescript": "7.21.4",
    "@commitlint/cli": "^18.6.1",
    "@commitlint/config-conventional": "^18.6.2",
    "@types/jest": "29.5.0",
    "@typescript-eslint/eslint-plugin": "^7.0.2",
    "@typescript-eslint/parser": "^7.0.2",
    "dotenv": "16.0.3",
    "eslint": "^8.56.0",
    "husky": "^8.0.3",
    "jest": "29.5.0",
    "prettier": "2.8.7",
    "ts-jest": "29.1.0",
    "tslint": "6.1.3",
    "tslint-config-prettier": "1.18.0",
    "typescript": "5.0.4"
  },
  "peerDependencies": {
    "ethers": "^6.13.5"
  },
  "dependencies": {
    "@aptos-labs/ts-sdk": "5.1.0",
    "@aptos-labs/wallet-adapter-core": "7.4.0",
    "@coral-xyz/anchor": "0.28.0",
    "@ethersproject/bignumber": "^5.8.0",
    "@mysten/sui.js": "0.40.0",
    "@mysten/wallet-adapter-base": "0.9.0",
    "@mysten/wallet-standard": "0.7.2",
    "@project-serum/anchor": "0.26.0",
    "@solana/spl-token": "0.4.13",
    "@solana/web3.js": "1.98.2",
    "axios": "1.0.0",
    "bignumber.js": "4.0.4",
    "bs58": "5.0.0",
    "ethers": "^6.13.5",
    "typedoc": "0.24.7",
    "viem": "^2.29.0"
  }
}
