{
  "name": "react-native-google-one-tap-signin",
  "version": "1.1.1",
  "description": "Google One Tap Sign In for your react native applications",
  "main": "index.js",
  "author": {
    "name": "Spicy Sparks",
    "email": "support@spicysparks.com",
    "url": "https://github.com/Spicy-Sparks"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "android": "react-native run-android --root example/",
    "ios": "react-native run-ios",
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prettier:check": "prettier --list-different '**/*.js' '**/*.md'",
    "prettier:write": "prettier --write '**/*.js' '**/*.md'",
    "lint": "eslint ."
  },
  "keywords": [
    "react-component",
    "react-native",
    "google one tap signin",
    "google login",
    "oauth",
    "oauth2",
    "android"
  ],
  "homepage": "https://github.com/Spicy-Sparks/react-native-google-one-tap-signin",
  "repository": {
    "type": "git",
    "url": "https://github.com/Spicy-Sparks/react-native-google-one-tap-signin"
  },
  "bugs": {
    "url": "https://github.com/Spicy-Sparks/react-native-google-one-tap-signin/issues"
  },
  "peerDependencies": {
    "prop-types": "*",
    "react": "*",
    "react-native": "*"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/runtime": "^7.6.2",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-jest": "^24.9.0",
    "eslint": "^6.4.0",
    "eslint-plugin-prettier": "^3.1.2",
    "jest": "^24.9.0",
    "metro-react-native-babel-preset": "^0.56.0",
    "prettier": "1.14.2",
    "react": "16.9.0",
    "react-native": "0.61.1",
    "react-test-renderer": "16.9.0"
  }
}
