{
  "name": "expo-app-auth",
  "version": "12.0.0",
  "description": "Deprecated Expo module for interfacing with the OpenID library AppAuth",
  "main": "build/AppAuth.js",
  "types": "build/AppAuth.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo-app-auth.git"
  },
  "bugs": {
    "url": "https://github.com/expo/expo-app-auth/issues"
  },
  "contributors": [
    "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)"
  ],
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://github.com/expo/expo-app-auth",
  "jest": {
    "preset": "expo-module-scripts"
  },
  "dependencies": {
    "@expo/config-plugins": "^4.0.14",
    "expo-modules-core": "0.7.0",
    "invariant": "^2.2.4"
  },
  "devDependencies": {
    "expo-module-scripts": "^2.0.0"
  },
  "peerDependencies": {
    "expo": "*"
  }
}
