UNPKG

1.61 kBJSONView Raw
1{
2 "name": "expo-google-sign-in",
3 "version": "8.2.0",
4 "description": "Enables native Google authentication features in your app! This module can only be used in ExpoKit, or a Standalone Expo app. For in-depth setup, check out this guide: https://blog.expo.io/react-native-google-sign-in-with-expo-d1707579a7ce",
5 "main": "build/GoogleSignIn.js",
6 "types": "build/GoogleSignIn.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "google",
21 "firebase",
22 "auth",
23 "sign-in",
24 "oauth"
25 ],
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/expo/expo.git",
29 "directory": "packages/expo-google-sign-in"
30 },
31 "bugs": {
32 "url": "https://github.com/expo/expo/issues"
33 },
34 "contributors": [
35 "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)"
36 ],
37 "author": "650 Industries, Inc.",
38 "license": "MIT",
39 "homepage": "https://docs.expo.io/versions/latest/sdk/google-sign-in/",
40 "jest": {
41 "preset": "expo-module-scripts/ios"
42 },
43 "unimodulePeerDependencies": {
44 "@unimodules/core": "*",
45 "expo-constants": "*"
46 },
47 "peerDependencies": {
48 "react-native": "*"
49 },
50 "dependencies": {
51 "invariant": "^2.2.4"
52 },
53 "devDependencies": {
54 "expo-module-scripts": "~1.2.0"
55 },
56 "gitHead": "dfc7fdb9aee4ef6fa10a9693e3d0935a2d500ae2"
57}