|
1 | 1 | {
|
2 | 2 | "name": "react-native-recaptcha-that-works",
|
3 | 3 | "displayName": "React-Native reCAPTCHA That Works",
|
4 |
| - "version": "1.3.2", |
| 4 | + "version": "2.0.0", |
5 | 5 | "private": false,
|
6 | 6 | "license": "MIT",
|
7 | 7 | "description": "⚛ A reCAPTCHA bridge for React Native that works.",
|
8 | 8 | "repository": {
|
9 | 9 | "type": "git",
|
10 | 10 | "url": "https://github.com/douglasjunior/react-native-recaptcha-that-works.git"
|
11 | 11 | },
|
12 |
| - "main": "index.js", |
13 |
| - "types": "index.d.ts", |
| 12 | + "main": "src", |
14 | 13 | "keywords": [
|
15 | 14 | "react-native",
|
16 | 15 | "ios",
|
17 | 16 | "android",
|
18 |
| - "recaptcha" |
| 17 | + "recaptcha", |
| 18 | + "captcha", |
| 19 | + "security", |
| 20 | + "webview" |
19 | 21 | ],
|
20 | 22 | "author": {
|
21 | 23 | "name": "Douglas Nassif Roma Junior",
|
|
26 | 28 | "url": "https://github.com/douglasjunior/react-native-recaptcha-that-works/issues"
|
27 | 29 | },
|
28 | 30 | "homepage": "https://github.com/douglasjunior/react-native-recaptcha-that-works",
|
| 31 | + "scripts": { |
| 32 | + "build": "tsc", |
| 33 | + "publish-script": "node scripts/publish.js" |
| 34 | + }, |
29 | 35 | "peerDependencies": {
|
30 |
| - "react": ">=16.9.0", |
31 |
| - "react-native": ">=0.60.0", |
32 |
| - "react-native-webview": ">=10.0.0" |
| 36 | + "react-native": ">=0.60", |
| 37 | + "react-native-webview": ">=10" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@babel/core": "^7.20.0", |
| 41 | + "@babel/preset-env": "^7.20.0", |
| 42 | + "@babel/runtime": "^7.20.0", |
| 43 | + "@react-native-community/eslint-config": "^3.2.0", |
| 44 | + "@tsconfig/react-native": "^2.0.2", |
| 45 | + "@types/jest": "^29.2.1", |
| 46 | + "@types/react": "^18.0.24", |
| 47 | + "@types/react-test-renderer": "^18.0.0", |
| 48 | + "babel-jest": "^29.2.1", |
| 49 | + "eslint": "^8.19.0", |
| 50 | + "jest": "^29.2.1", |
| 51 | + "metro-react-native-babel-preset": "0.73.8", |
| 52 | + "prettier": "^2.4.1", |
| 53 | + "react": "18.2.0", |
| 54 | + "react-native": "0.71.4", |
| 55 | + "react-native-webview": "13.3.1", |
| 56 | + "react-test-renderer": "18.2.0", |
| 57 | + "typescript": "4.8.4" |
33 | 58 | }
|
34 | 59 | }
|
0 commit comments