{
  "name": "react-native-plaid-link-sdk",
  "version": "13.0.2",
  "description": "React Native Plaid Link SDK (New Architecture & Expo)",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "react-native": "./build/index.js",
      "import": "./build/index.js",
      "require": "./build/index.js",
      "default": "./build/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "android/build.gradle",
    "android/src/main/",
    "build/",
    "CHANGELOG.md",
    "expo-module.config.json",
    "ios/Frameworks/",
    "ios/ReactNativePlaidLinkSdk.podspec",
    "ios/src/",
    "LICENSE",
    "README.md",
    "src/index.ts",
    "src/PlaidEmbeddedSearchView.tsx",
    "src/ReactNativePlaidLinkSdk.types.ts",
    "src/ReactNativePlaidLinkSdkModule.ts",
    "V13_MIGRATION_GUIDE.md"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "expo-module build",
    "check:linkkit": "node scripts/validate-linkkit-xcframework.js",
    "check:package": "node scripts/check-package-entrypoints.js",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "pack:dry-run": "node scripts/npm-dry-run.js pack",
    "test": "expo-module test --watchman=false",
    "publish:dry-run": "node scripts/npm-dry-run.js publish",
    "strip:linkkit-maccatalyst": "node scripts/strip-linkkit-maccatalyst.js",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android",
    "format": "prettier --write \"**/*.{ts,tsx}\""
  },
  "keywords": [
    "react-native",
    "expo",
    "react-native-plaid-link-sdk",
    "ReactNativePlaidLinkSdk"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plaid/react-native-plaid-link-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/plaid/react-native-plaid-link-sdk/issues"
  },
  "author": "Plaid",
  "license": "MIT",
  "homepage": "https://github.com/plaid/react-native-plaid-link-sdk#readme",
  "devDependencies": {
    "@testing-library/react-native": "^13.3.3",
    "@types/jest": "^30.0.0",
    "@types/react": "~19.1.1",
    "expo": "^55.0.8",
    "expo-module-scripts": "^55.0.2",
    "react-native": "0.82.1"
  },
  "peerDependencies": {
    "expo": ">=52.0.0",
    "react": ">=18.0.0",
    "react-native": ">=0.76.0"
  }
}
