{
  "name": "@polyswapai/widget",
  "version": "1.0.19",
  "description": "Build your DeFi aggregator with just a few lines of code with Polyswap API",
  "main": "./node/index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "publishConfig": {
    "access": "public",
    "directory": "./dist"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poodlTech/poodl-white-label.git"
  },
  "keywords": [
    "web3",
    "cryptocurrency",
    "aggregator",
    "crypto",
    "dapp",
    "dex",
    "exchange"
  ],
  "author": {
    "name": "Wei J. Zheng"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/poodlTech/poodl-white-label/issues"
  },
  "dependencies": {
    "@catconsult/simplify-modal-control": "^1.1.1",
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "@mui/icons-material": "^5.0.0",
    "@mui/material": "^5.0.0",
    "@mui/x-charts": "^7.5.1",
    "@poodl/contract-addresses": "^1.5.0",
    "@solana/wallet-adapter-base": "^0.9.23",
    "@solana/wallet-adapter-react": "^0.15.35",
    "@solana/wallet-adapter-wallets": "^0.19.32",
    "@solana/web3.js": "^1.91.1",
    "bignumber.js": "^9.0.0",
    "buffer": "^6.0.0",
    "copy-to-clipboard": "^3.3.3",
    "ethers": "^5.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-number-format": "^5.1.2",
    "react-toastify": "^9.0.0",
    "react-window": "^1.8.8",
    "react-xarrows": "^2.0.2",
    "wagmi": "0.12.12"
  },
  "resolutions": {
    "@walletconnect/ethereum-provider": "2.7.4",
    "@ledgerhq/errors": "6.16.3"
  },
  "overrides": {
    "@walletconnect/ethereum-provider": "2.7.4",
    "@ledgerhq/errors": "6.16.3"
  },
  "homepage": "https://polyswap.exchange/"
}