{
  "_from": "@react-oauth/google@^0.12.1",
  "_id": "@react-oauth/google@0.12.1",
  "_inBundle": false,
  "_integrity": "sha512-qagsy22t+7UdkYAiT5ZhfM4StXi9PPNvw0zuwNmabrWyMKddczMtBIOARflbaIj+wHiQjnMAsZmzsUYuXeyoSg==",
  "_location": "/@react-oauth/google",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@react-oauth/google@^0.12.1",
    "name": "@react-oauth/google",
    "escapedName": "@react-oauth%2fgoogle",
    "scope": "@react-oauth",
    "rawSpec": "^0.12.1",
    "saveSpec": null,
    "fetchSpec": "^0.12.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@react-oauth/google/-/google-0.12.1.tgz",
  "_shasum": "b76432c3a525e9afe076f787d2ded003fcc1bee9",
  "_spec": "@react-oauth/google@^0.12.1",
  "_where": "/var/www/html/frontend-new",
  "author": {
    "name": "Mo'men Sherif",
    "email": "momensherif.2019@gmail.com",
    "url": "https://github.com/MomenSherif"
  },
  "bugs": {
    "url": "https://github.com/MomenSherif/react-oauth/issues",
    "email": "momensherif.2019@gmail.com"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "deprecated": false,
  "description": "Google OAuth2 using Google Identity Services for React 🚀",
  "devDependencies": {
    "@types/react": "^18.0.8",
    "cross-env": "^7.0.3",
    "rollup": "^2.71.1",
    "typescript": "^4.6.4"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/MomenSherif/react-oauth",
  "keywords": [
    "react",
    "reactjs",
    "react-component",
    "react-oauth-google",
    "react-google-login",
    "react-social-login",
    "react-oauth",
    "react-login",
    "google-login",
    "google-oAuth2",
    "google-oAuth"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "name": "@react-oauth/google",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MomenSherif/react-oauth.git"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "prerelease": "npm run build"
  },
  "types": "./dist/index.d.ts",
  "version": "0.12.1"
}
