{
  "name": "@funkit/connect",
  "version": "5.5.10",
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
  "files": [
    "dist",
    "styles.css",
    "wallets",
    "CHANGELOG.md"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./styles.css": "./dist/index.css",
    "./wallets": "./dist/wallets/walletConnectors/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": [
    "src/css/reset.css.ts"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "ens",
    "ethereum",
    "react",
    "react-hook",
    "hooks",
    "blockchain",
    "funkit"
  ],
  "author": "https://fun.xyz/",
  "license": "MIT",
  "peerDependencies": {
    "@tanstack/react-query": ">=5.0.0",
    "react": ">=18",
    "react-dom": ">=18",
    "viem": "2.x",
    "wagmi": "2.x"
  },
  "devDependencies": {
    "@aws-sdk/client-cloudfront": "3.645.0",
    "@aws-sdk/client-s3": "3.840.0",
    "@chromatic-com/storybook": "^4.0.1",
    "@meshconnect/node-api": "2.0.14",
    "@storybook/addon-links": "^9.0.15",
    "@storybook/react-vite": "^9.0.15",
    "@testing-library/jest-dom": "^6.2.0",
    "@testing-library/react": "^16.0.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/qrcode": "^1.5.5",
    "@types/ua-parser-js": "^0.7.39",
    "@vanilla-extract/css-utils": "^0.1.4",
    "@vanilla-extract/private": "^1.0.7",
    "@vanilla-extract/vite-plugin": "^5.0.3",
    "@vitejs/plugin-react": "^4.3.1",
    "autoprefixer": "^10.4.16",
    "jsdom": "^26.1.0",
    "postcss": "^8.4.33",
    "react": "^18.3.0",
    "storybook": "^9.0.15",
    "tsx": "^4.19.2",
    "vitest": "^3.0.9",
    "@storybook/addon-docs": "^9.0.15"
  },
  "dependencies": {
    "@datadog/browser-logs": "5.22.0",
    "@meshconnect/web-link-sdk": "2.1.1",
    "@moonpay/moonpay-react": "^1.6.1",
    "@number-flow/react": "^0.5.5",
    "@privy-io/js-sdk-core": "^0.21.0",
    "@types/uuid": "^9.0.8",
    "@vanilla-extract/css": "1.15.3",
    "@vanilla-extract/dynamic": "2.1.0",
    "@vanilla-extract/sprinkles": "1.6.1",
    "@wagmi/core": "2.17.2",
    "bech32": "^2.0.0",
    "clsx": "2.1.1",
    "motion": "^12.0.11",
    "qrcode": "1.5.3",
    "react-remove-scroll": "2.5.7",
    "react-virtuoso": "4.10.1",
    "ua-parser-js": "^1.0.37",
    "use-debounce": "^10.0.5",
    "uuid": "^9.0.1",
    "@funkit/api-base": "1.9.4",
    "@funkit/core": "2.3.26",
    "@funkit/wagmi-tools": "3.0.48",
    "@funkit/utils": "1.1.3",
    "@funkit/chains": "0.3.1",
    "@funkit/fun-relay": "0.1.7"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fun-xyz/funkit.git",
    "directory": "packages/connect"
  },
  "homepage": "https://github.com/fun-xyz/funkit/tree/main/packages/connect",
  "scripts": {
    "svgo": "svgo -rf .",
    "build": "node build.js && pnpm typecheck",
    "build:watch": "node build.js --watch",
    "dev": "pnpm build:watch & pnpm typegen:watch",
    "prebuild": "pnpm typegen",
    "typecheck": "pnpm tsc --project tsconfig.test.json --noEmit",
    "typegen": "tsc --emitDeclarationOnly || true",
    "typegen:watch": "tsc --emitDeclarationOnly --watch",
    "lint": "biome check",
    "lint:fix": "biome check --fix",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  }
}