{
  "name": "@depay/widgets",
  "moduleName": "DePayWidgets",
  "version": "13.0.45",
  "latestSupportedVersions": {
    "13": "13.0.45",
    "12": "12.18.5",
    "11": "11.7.4"
  },
  "description": "Crypto Payments straight to your wallet. DePay simplifies Web3 integration for developers, harnessing DeFi to accept any token effortlessly. Integrate frictionless, real-time token conversion with sleek, customizable widgets designed for seamless user experience.",
  "main": "./dist/umd/index.js",
  "module": "./dist/esm/index.js",
  "files": [
    "dist"
  ],
  "repository": "https://github.com/DePayFi/widgets",
  "keywords": [
    "web3",
    "payments",
    "blockchain",
    "widgets",
    "react",
    "crypto",
    "cryptocurrencies"
  ],
  "author": "depay.com",
  "homepage": "https://depay.com",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && npx rollup --config rollup.module.config.js && npx rollup --config rollup.bundle.config.js && rollup -c rollup.module.evm.config.js && rollup -c rollup.module.svm.config.js",
    "lint": "eslint \"src/**/*.{js,ts,tsx}\" --ignore-pattern \"**/*.d.ts\"",
    "lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --fix --ignore-pattern \"**/*.d.ts\"",
    "format": "prettier src --write",
    "prepublishOnly": "yarn build",
    "dev": "npx rollup -c rollup.dev.config.js -w",
    "test:cypress": "yarn cypress run",
    "test:cypress:debug": "yarn cypress run --headed --no-exit",
    "test:jest": "npx jest --no-cache",
    "test": "yarn test:jest && yarn test:cypress"
  },
  "dependencies": {
    "@depay/coinbase-wallet-sdk": "^3.8.4",
    "@depay/js-verify-signature-web": "^3.1.8",
    "@depay/local-currency": "^3.8.2",
    "@depay/react-dialog-stack": "^8.1.1",
    "@depay/react-shadow-dom": "^5.0.5",
    "@depay/react-token-image": "^6.0.0",
    "@depay/solana-web3.js": "^1.98.3",
    "@depay/walletconnect-v2": "^2.12.2",
    "@depay/web3-blockchains": "^9.8.13",
    "@depay/web3-client": "^11.1.10",
    "@depay/web3-exchanges": "^15.7.1",
    "@depay/web3-payments": "^15.3.2",
    "@depay/web3-tokens": "^11.1.0",
    "@depay/web3-wallets": "^18.1.20",
    "@tanstack/react-virtual": "^3.0.0-beta.54",
    "@uiw/copy-to-clipboard": "^1.0.14",
    "decimal.js": "^10.4.3",
    "fuse.js": "^6.6.2",
    "qr-code-styling": "^1.6.0-rc.1"
  },
  "peerDependencies": {
    "ethers": "^5.7.1",
    "react": "^18",
    "react-dom": "^18"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.12.7",
    "@babel/preset-react": "^7.12.7",
    "@cypress/webpack-preprocessor": "^6.0.1",
    "@depay/web3-mock": "^15.3.0",
    "@peculiar/webcrypto": "^1.4.3",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.1.1",
    "@rollup/plugin-replace": "^2.3.4",
    "@rollup/plugin-sucrase": "^3.1.0",
    "@types/node": "^18.15.9",
    "atob": "^2.1.2",
    "babel-loader": "^9.1.3",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "buffer": "^6.0.3",
    "cross-fetch": "^3.1.5",
    "crypto-browserify": "^3.12.0",
    "cypress": "^10.11.0",
    "eslint": "^7.15.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "ethers": "^5.7.1",
    "fetch-mock": "^9.11.0",
    "mock-socket": "^9.0.8",
    "process": "^0.11.10",
    "react": "^18",
    "react-dom": "^18",
    "regenerator-runtime": "^0.13.7",
    "rollup": "^2.34.2",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-dev": "^2.0.4",
    "rollup-plugin-jscc": "^2.0.0",
    "rollup-plugin-livereload": "^2.0.0",
    "rollup-plugin-polyfill-node": "^0.7.0",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "stream-browserify": "^3.0.0",
    "typescript": "^5.1.0",
    "util": "0.10.0",
    "webpack": "^5.73.0"
  },
  "resolutions": {
    "clipboardy": "3.0.0"
  },
  "overrides": {
    "clipboardy": "3.0.0"
  }
}
