{
  "name": "@poodl/widget",
  "version": "1.1.7",
  "description": "Build your DeFi aggregator with just a few lines of code with Poodl Exchange 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",
    "@poodl/contract-addresses": "^1.5.0",
    "bignumber.js": "^9.0.0",
    "buffer": "^6.0.0",
    "copy-to-clipboard": "^3.3.3",
    "ethers": "^5.0.0",
    "poodl-wagmi": "npm:wagmi@0.12.12",
    "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"
  },
  "resolutions": {
    "@walletconnect/ethereum-provider": "2.7.4"
  },
  "overrides": {
    "@walletconnect/ethereum-provider": "2.7.4"
  },
  "homepage": "https://poodl.exchange/"
}