{
  "name": "@velora-dex/sdk",
  "version": "10.2.1",
  "main": "dist/index.js",
  "module": "dist/sdk.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "docs/DELTA.md"
  ],
  "scripts": {
    "analyze": "size-limit --why",
    "build": "dts build",
    "lint": "dts lint",
    "prepare": "dts build",
    "size": "size-limit",
    "start": "dts watch",
    "test": "dts test",
    "docs:html": "typedoc --gitRevision \"$(git branch --show-current)\"",
    "docs:md": "MD=true pnpm docs:html",
    "docs": "pnpm docs:html && pnpm docs:md"
  },
  "husky": {
    "hooks": {
      "pre-commit": "dts lint --fix"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "engines": {
    "node": ">=22"
  },
  "size-limit": [
    {
      "path": "dist/sdk.cjs.production.min.js",
      "limit": "25 KB",
      "ignore": [
        "viem"
      ]
    },
    {
      "path": "dist/sdk.esm.js",
      "limit": "25 KB",
      "ignore": [
        "viem"
      ]
    }
  ],
  "devDependencies": {
    "@ethersproject/abstract-signer": "^5.8.0",
    "@ethersproject/bignumber": "^5.8.0",
    "@ethersproject/contracts": "^5.8.0",
    "@ethersproject/providers": "^5.8.0",
    "@size-limit/preset-small-lib": "^12.1.0",
    "@tsconfig/recommended": "^1.0.8",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.8.5",
    "@wagmi/connectors": "^8.0.13",
    "@wagmi/core": "^3.4.11",
    "axios": "^1.13.2",
    "bignumber.js": "^9.1.2",
    "dotenv": "^16.4.5",
    "dts-cli": "^2.0.5",
    "ethers": "^6.13.4",
    "ethersV5": "npm:ethers@5",
    "hardhat": "^2.28.0",
    "hardhat-switch-network": "^1.2.1",
    "husky": "^9.1.6",
    "isomorphic-unfetch": "^4.0.2",
    "size-limit": "^12.1.0",
    "tslib": "^2.8.1",
    "typedoc": "^0.26.11",
    "typedoc-plugin-markdown": "^4.2.10",
    "typedoc-plugin-missing-exports": "^3.0.0",
    "typedoc-plugin-replace-text": "^4.0.0",
    "typescript": "^5.6.3",
    "web3": "^4.14.0",
    "web3-eth-contract": "4.7.0"
  },
  "peerDependencies": {
    "axios": ">=0.25.0 <2.0.0",
    "ethers": "^5.5.0 || ^6.0.0",
    "web3": "^4.14.0"
  },
  "peerDependenciesMeta": {
    "axios": {
      "optional": true
    },
    "ethers": {
      "optional": true
    },
    "web3": {
      "optional": true
    }
  },
  "dependencies": {
    "@paraswap/core": "2.4.3",
    "ts-essentials": "^10.0.3",
    "viem": "^2.21.0"
  },
  "author": "Velora",
  "description": "Velora SDK",
  "license": "MIT",
  "keywords": [
    "web3",
    "web3js",
    "ethereum",
    "crypto",
    "blockchain",
    "DEX",
    "velora",
    "ether",
    "eth",
    "dai",
    "tokens",
    "exchange",
    "erc-20",
    "erc20"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/VeloraDEX/paraswap-sdk"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": "https://github.com/VeloraDEX/paraswap-sdk/issues",
  "packageManager": "pnpm@11.1.2"
}
