forked from jarden-digital/react-native-recaptchav3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1013 Bytes
/
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
{
"name": "@haskkor/react-native-recaptchav3",
"version": "1.2.1",
"description": "React native component to use the invisible recaptcha v3 from Google",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "yarn build -watch",
"build": "tsc",
"compile": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haskkor/react-native-recaptchav3.git"
},
"author": "Jeremy Farnault <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Haskkor/react-native-recaptchav3/issues"
},
"homepage": "https://github.com/Haskkor/react-native-recaptchav3#readme",
"devDependencies": {
"@types/react": "^17.0.3",
"@types/react-native": "^0.63.51",
"react": "^17.0.1",
"react-native": "^0.64.0",
"typescript": "^4.2.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"react-native-webview": "^11.2.4"
}
}