forked from hCaptcha/react-native-hcaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.44 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@hcaptcha/react-native-hcaptcha",
"version": "1.7.0",
"description": "hCaptcha Library for React Native (both Android and iOS)",
"main": "index.js",
"scripts": {
"test": "jest"
},
"jest": {
"preset": "react-native",
"verbose": true,
"setupFiles": [
"<rootDir>/__mocks__/global.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/hCaptcha/react-native-hcaptcha.git"
},
"keywords": [
"react-native",
"hcaptcha",
"captcha",
"mobile",
"ios",
"android"
],
"author": "hCaptcha Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/hCaptcha/react-native-hcaptcha/issues"
},
"homepage": "https://github.com/hCaptcha/react-native-hcaptcha#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-modal": ">=11.5.4",
"react-native-webview": ">=9.0.1"
},
"contributors": [
{
"name": "hCaptcha Team",
"email": "[email protected]",
"url": "https://github.com/hCaptcha/react-native-hcaptcha/"
}
],
"devDependencies": {
"jest": "^27.2.2",
"react": "*",
"react-native": "*",
"react-native-modal": "*",
"react-native-webview": "*",
"react-test-renderer": "18.1.0"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/runtime": "^7.15.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.2",
"babel-preset-react-native": "^4.0.1"
}
}