{
  "name": "@aqpdev/react-multi-captcha",
  "version": "1.0.2",
  "description": "React Component to integrate reCAPTCHA v2 and v3, hCaptcha and SolveMedia captcha",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aqpdev/react-multi-captcha.git"
  },
  "keywords": [
    "React",
    "Captcha",
    "reCAPTCHA",
    "HCaptcha",
    "SolveMedia"
  ],
  "author": "AQPDev <fullcoderz@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aqpdev/react-multi-captcha/issues"
  },
  "homepage": "https://github.com/aqpdev/react-multi-captcha#readme",
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}
