{
  "name": "react-native-nitro-google-signin",
  "version": "2.3.0",
  "description": "Google Sign-In and One Tap for React Native and Expo — OAuth 2.0 / OpenID Connect with Android Credential Manager and Google Sign-In SDK (iOS). Powered by Nitro Modules.",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "clean": "git clean -dfX",
    "release": "semantic-release",
    "build": "bun run typecheck && bob build",
    "codegen": "nitrogen --logLevel=\"debug\" && bun run build && node post-script.js",
    "validate-compatibility": "bun ./scripts/validate-compatibility.js"
  },
  "keywords": [
    "react-native",
    "react native-nitro-google-signin",
    "expo",
    "google sign in",
    "google sign-in",
    "google signin",
    "google login",
    "sign in with google",
    "google one tap",
    "one tap sign in",
    "universal sign in",
    "credential manager",
    "oauth",
    "oauth2",
    "oidc",
    "openid connect",
    "authentication",
    "google auth",
    "nitro modules",
    "android",
    "ios"
  ],
  "files": [
    "src",
    "react-native.config.js",
    "lib",
    "nitrogen",
    "cpp",
    "nitro.json",
    "android/build.gradle",
    "android/consumer-rules.pro",
    "android/fix-prefab.gradle",
    "android/gradle.properties",
    "android/CMakeLists.txt",
    "android/src",
    "ios/**/*.h",
    "ios/**/*.m",
    "ios/**/*.mm",
    "ios/**/*.cpp",
    "ios/**/*.swift",
    "app.plugin.js",
    "plugin",
    "*.podspec",
    "README.md",
    "AGENTS.md",
    "compatibility.json",
    "scripts/validate-compatibility.js",
    "skills",
    "skills.sh.json"
  ],
  "exports": {
    ".": {
      "types": "./lib/typescript/src/index.d.ts",
      "import": "./lib/module/index.js",
      "require": "./lib/commonjs/index.js"
    },
    "./app.plugin.js": "./app.plugin.js",
    "./package.json": "./package.json"
  },
  "expo": {
    "plugin": "./app.plugin.js"
  },
  "workspaces": [
    "example",
    "example-expo"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-nitro-google-sign-in/google-signin.git"
  },
  "author": "react24 <rutviknabhoya2001@gmail.com> (https://github.com/react-native-nitro-google-sign-in)",
  "license": "MIT",
  "bugs": "https://github.com/react-native-nitro-google-sign-in/google-signin/issues",
  "homepage": "https://react-native-nitro-google-sign-in.github.io/",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/jest": "^29.5.12",
    "@types/react": "19.2.0",
    "nitrogen": "0.37.1",
    "react": "19.2.3",
    "react-native": "0.87.0",
    "react-native-builder-bob": "^0.40.18",
    "react-native-nitro-modules": "0.37.1",
    "semver": "^7.7.3",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "semantic-release": "^25.0.3",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "@expo/config-plugins": ">=9.0.0"
  },
  "peerDependencies": {
    "expo": ">=49.0.0",
    "react": "*",
    "react-native": ">=0.76",
    "react-native-nitro-modules": ">=0.36.0"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native",
      "prettier"
    ],
    "plugins": [
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "warn",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/",
    "nitrogen/generated/",
    "docs/",
    "website/",
    "example/",
    "example-expo/",
    "coverage/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false,
    "semi": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.json"
        }
      ]
    ]
  },
  "patchedDependencies": {
    "expo-modules-jsi@57.1.0": "patches/expo-modules-jsi@57.1.0.patch"
  }
}
