{
  "name": "expo-auth-session",
  "version": "57.0.5",
  "description": "Expo module for browser-based authentication",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "keywords": [
    "react-native",
    "expo",
    "expo-auth-session",
    "auth",
    "oauth",
    "authentication",
    "auth-session"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-auth-session"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/auth-session",
  "dependencies": {
    "expo-application": "~57.0.2",
    "expo-constants": "~57.0.7",
    "expo-crypto": "~57.0.1",
    "expo-linking": "~57.0.4",
    "expo-web-browser": "~57.0.2",
    "invariant": "^2.2.4"
  },
  "devDependencies": {
    "@types/react": "~19.2.0",
    "@types/invariant": "^2.2.33",
    "expo-module-scripts": "56.0.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "expo-module-scripts"
  },
  "gitHead": "a4789f1e53353f4929b0baddcfe5a7c622b99c71",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}