{
  "name": "@funkit/connect-rn",
  "version": "8.1.0",
  "description": "React Native bindings for @funkit/connect. Re-exports the headless @funkit/connect-core logic; the RN platform halves (Restyle theme, WebView Swapped transport, Transfer/Swapped screens, logging) land in later releases.",
  "files": [
    "dist",
    "ios",
    "expo-module.config.json",
    "CHANGELOG.md"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./clients/*": {
      "types": "./dist/clients/*.d.ts",
      "default": "./dist/clients/*.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "blockchain",
    "funkit",
    "react-native"
  ],
  "author": "https://fun.xyz/",
  "license": "MIT",
  "dependencies": {
    "@moonpay/platform-sdk-react-native": "1.18.0",
    "@shopify/restyle": "^2.4.5",
    "@tanstack/react-form": "1.33.5",
    "@transak/ui-components-core": "0.5.0",
    "colord": "2.10.0",
    "libphonenumber-js": "1.13.6",
    "react-i18next": "12.3.1",
    "@funkit/api-base": "8.5.1",
    "@funkit/connect-core": "8.4.0",
    "@funkit/chains": "2.4.1",
    "@funkit/utils": "5.0.1"
  },
  "peerDependencies": {
    "@gorhom/bottom-sheet": ">=5",
    "@react-native-async-storage/async-storage": ">=1.23.1",
    "@react-native-clipboard/clipboard": ">=1.13.0",
    "@react-native-community/datetimepicker": ">=8",
    "@solana/web3.js": ">=1.98.0",
    "@statsig/react-bindings": ">=3.25",
    "@stripe/stripe-react-native": ">=0.76.0 <1",
    "@tanstack/react-query": ">=5.0.0",
    "expo": ">=52",
    "expo-blur": ">=14",
    "i18next": ">=23",
    "react": ">=18",
    "react-native": ">=0.74",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-haptic-feedback": ">=2",
    "react-native-qrcode-svg": ">=6.3.0",
    "react-native-reanimated": ">=3.0.0",
    "react-native-safe-area-context": ">=4.0.0",
    "react-native-svg": ">=15.0.0",
    "react-native-webview": ">=13.0.0",
    "viem": ">=2.22.14"
  },
  "devDependencies": {
    "@gorhom/bottom-sheet": "5.2.14",
    "@react-native-async-storage/async-storage": "2.2.0",
    "@react-native-clipboard/clipboard": "1.16.3",
    "@statsig/react-bindings": "3.25.4",
    "@storybook/react-native-web-vite": "^10.4.6",
    "@stripe/stripe-react-native": "0.76.0",
    "@tanstack/react-query": "5.76.1",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.0.0",
    "expo": "~57.0.21",
    "expo-blur": "~57.0.2",
    "i18next": "25.6.2",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-native": "0.86.3",
    "react-native-gesture-handler": "~2.32.0",
    "react-native-haptic-feedback": "^3.0.0",
    "react-native-qrcode-svg": "6.3.21",
    "react-native-reanimated": "4.5.1",
    "react-native-safe-area-context": "~5.7.0",
    "react-native-svg": "15.15.4",
    "react-native-web": "^0.21.2",
    "react-native-webview": "13.16.1",
    "storybook": "^10.4.6",
    "test-renderer": "1.2.0",
    "tsc-alias": "1.8.16",
    "viem": ">=2.22.14",
    "vite": "^6.4.2",
    "vitest": "^4.1.6",
    "@funkit/fun-relay": "3.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fun-xyz/funkit.git",
    "directory": "packages/connect-rn"
  },
  "homepage": "https://github.com/fun-xyz/funkit/tree/main/packages/connect-rn",
  "peerDependenciesMeta": {
    "@react-native-clipboard/clipboard": {
      "optional": true
    },
    "@react-native-community/datetimepicker": {
      "optional": true
    },
    "@solana/web3.js": {
      "optional": true
    },
    "@stripe/stripe-react-native": {
      "optional": true
    },
    "react-native-haptic-feedback": {
      "optional": true
    }
  },
  "scripts": {
    "build": "node build.js && pnpm typecheck",
    "build:watch": "node build.js --watch",
    "dev": "pnpm build:watch & pnpm typegen:watch",
    "prebuild": "rm -rf dist && pnpm typegen",
    "typecheck": "pnpm tsc --noEmit",
    "typegen": "tsc --project tsconfig.build.json --emitDeclarationOnly && tsc-alias",
    "typegen:watch": "tsc --project tsconfig.build.json --emitDeclarationOnly --watch & tsc-alias --project tsconfig.build.json --watch",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "test": "vitest",
    "storybook": "storybook dev -p 7007",
    "typecheck:stories": "tsc -p tsconfig.stories.json",
    "build-storybook": "storybook build"
  }
}