forked from Spicy-Sparks/react-native-google-one-tap-signin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-native-google-one-tap-signin",
"version": "1.0.7",
"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"
}
}