{
  "name": "navi-sdk",
  "version": "1.7.3",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "lint": "tslint -c tslint.json 'src/**/*.ts'",
    "test": "vitest"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/node": "^20.14.12",
    "tslint": "^6.1.3",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "@mayanfinance/swap-sdk": "10.3.0",
    "@mysten/sui": "^1.16.0",
    "@mysten/sui.js": "^0.54.1",
    "@pythnetwork/pyth-sui-js": "^2.1.0",
    "@solana/web3.js": "^1.98.0",
    "axios": "^1.7.7",
    "bignumber.js": "^9.1.2",
    "crypto-js": "^4.2.0",
    "dotenv": "^16.4.7",
    "esrun": "^3.2.26",
    "ethers": "^6.13.5",
    "tsconfig-paths": "^4.2.0",
    "vitest": "^1.6.0"
  },
  "overrides": {
    "chalk": "5.3.0",
    "strip-ansi": "7.1.0",
    "color-convert": "2.0.1",
    "color-name": "1.1.4",
    "is-core-module": "2.13.1",
    "error-ex": "1.3.2",
    "has-ansi": "5.0.1"
  }
}
