{
  "name": "@brgx/widget",
  "version": "1.0.9",
  "description": "Build your DeFi aggregator with just a few lines of code with Bridges 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/bridges-team/bridges-white-label.git"
  },
  "keywords": [
    "web3",
    "cryptocurrency",
    "aggregator",
    "crypto",
    "dapp",
    "dex",
    "exchange"
  ],
  "author": {
    "name": "Wei J. Zheng"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bridges-team/bridges-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",
    "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",
    "wagmi": "^0.6.6"
  },
  "resolutions": {
    "zustand": "4.1.5"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ],
    "overrides": [
      {
        "files": [
          "**/*.stories.*"
        ],
        "rules": {
          "import/no-anonymous-default-export": "off"
        }
      }
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "jest": {
    "roots": [
      "<rootDir>/src"
    ],
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!src/**/*.d.ts"
    ],
    "setupFiles": [
      "react-app-polyfill/jsdom"
    ],
    "setupFilesAfterEnv": [],
    "testMatch": [
      "<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
      "<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
    ],
    "testEnvironment": "jsdom",
    "transform": {
      "^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/config/jest/babelTransform.js",
      "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
      "^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
    },
    "transformIgnorePatterns": [
      "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$",
      "^.+\\.module\\.(css|sass|scss)$"
    ],
    "modulePaths": [],
    "moduleNameMapper": {
      "^react-native$": "react-native-web",
      "^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
    },
    "moduleFileExtensions": [
      "web.js",
      "js",
      "web.ts",
      "ts",
      "web.tsx",
      "tsx",
      "json",
      "web.jsx",
      "jsx",
      "node"
    ],
    "watchPlugins": [
      "jest-watch-typeahead/filename",
      "jest-watch-typeahead/testname"
    ],
    "resetMocks": true
  },
  "babel": {
    "presets": [
      "react-app"
    ]
  },
  "homepage": "https://bridges.exchange/"
}