{
  "name": "react-native-recaptcha-that-works",
  "displayName": "React-Native reCAPTCHA That Works",
  "version": "2.0.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": "dist",
  "keywords": [
    "react-native",
    "ios",
    "android",
    "recaptcha",
    "captcha",
    "security",
    "webview"
  ],
  "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"
  },
  "homepage": "https://github.com/douglasjunior/react-native-recaptcha-that-works",
  "scripts": {
    "build": "tsc",
    "publish-script": "node scripts/publish.js"
  },
  "peerDependencies": {
    "react-native": ">=0.60",
    "react-native-webview": ">=10"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@babel/runtime": "^7.20.0",
    "@react-native-community/eslint-config": "^3.2.0",
    "@tsconfig/react-native": "^2.0.2",
    "@types/jest": "^29.2.1",
    "@types/react": "^18.0.24",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.2.1",
    "eslint": "^8.19.0",
    "jest": "^29.2.1",
    "metro-react-native-babel-preset": "0.73.8",
    "prettier": "^2.4.1",
    "react": "18.2.0",
    "react-native": "0.71.4",
    "react-native-webview": "13.3.1",
    "react-test-renderer": "18.2.0",
    "typescript": "4.8.4"
  },
  "types": "dist"
}
