{
  "name": "expo-apple-authentication",
  "version": "56.0.4",
  "description": "A package that provides 'Sign in with Apple' capability for Expo and React Native apps.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "keywords": [
    "react-native",
    "expo",
    "expo-apple-authentiocation",
    "apple-authentication",
    "sign-in-with-apple"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-apple-authentication"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/apple-authentication/",
  "devDependencies": {
    "@types/node": "^22.14.0",
    "@types/react": "~19.2.0",
    "expo-module-scripts": "56.0.2",
    "expo": "56.0.3"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  },
  "gitHead": "125e8225bf36a4b9b2a159441d9ea724bcf1110f",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}