forked from douglasjunior/react-native-recaptcha-that-works
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 KB
/
package.json
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
{
"name": "@package-reactnative/recaptcha",
"displayName": "React-Native reCAPTCHA That Works",
"version": "1.4.0",
"private": false,
"license": "MIT",
"description": "⚛ A reCAPTCHA bridge for React Native that works.",
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works.git"
},
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"react-native",
"ios",
"android",
"recaptcha"
],
"scripts": {
"pre-pack": "BRANDS=ghx node ./scripts/build.js",
"release": "standard-version --skip.commit"
},
"author": {
"name": "Douglas Nassif Roma Junior",
"email": "nassifrroma@gmail.com",
"url": "http://smarppy.com"
},
"bugs": {
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works/issues"
},
"devDependencies": {
"standard-version": "9.3.1",
"@babel/runtime": "^7.12.5"
},
"homepage": "https://github.com/douglasjunior/react-native-recaptcha-that-works",
"peerDependencies": {
"react": ">=16.9.0",
"react-native": ">=0.60.0",
"react-native-webview": ">=10.0.0"
},
"brandId": "ghx"
}