{
  "name": "@2captcha/captcha-solver",
  "version": "1.3.5",
  "description": "JavaScript library for easy integration with the API of 2captcha captcha solving service to bypass reCAPTCHA, funcaptcha, geetest and solve any other captchas.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/2captcha/2captcha-javascript.git"
  },
  "license": "MIT",
  "author": "2Captcha",
  "bugs": {
    "url": "https://github.com/2captcha/2captcha-javascript/issues"
  },
  "homepage": "https://github.com/2captcha/2captcha-javascript",
  "types": "dist/index.d.ts",
  "keywords": [
    "2captcha",
    "captcha",
    "api",
    "captchasolver",
    "capmonster",
    "reCAPTCHA",
    "FunCaptcha",
    "Geetest",
    "image captcha",
    "Coordinates",
    "Click Captcha",
    "Geetest V4",
    "Yandex Smart Captcha",
    "Lemin captcha",
    "bypass captcha",
    "solve captcha",
    "Amazon WAF",
    "Cloudflare Turnstile",
    "Capy Puzzle",
    "行为验证4.0",
    "行为验证",
    "DataDome CAPTCHA",
    "CyberSiARA",
    "MTCaptcha",
    "Bounding Box Method",
    "Friendly Captcha",
    "Text Captcha",
    "Canvas",
    "Rotate",
    "KeyCaptcha",
    "Cutcaptcha",
    "Tencent",
    "Prosopo", 
    "CaptchaFox", 
    "VkImage", 
    "VkCaptcha",
    "Temu",
    "atbCAPTCHA",
    "Audio Recognition"
  ],
  "scripts": {
    "build": "tsc && node ./dist/index.js",
    "test": "npm run build",
    "jsdoc": "jsdoc",
    "docgen": "tsc && yarn jsdoc ./dist -R \"./readme.md\" -P \"./package.json\" -t \"./node_modules/jaguarjs-jsdoc\" -d \"./docs\" -r",
    "example": "tsc && node ./tests/mtCaptcha.js"
  },
  "dependencies": {
    "node-fetch": "^2.6.1"
  },
  "devDependencies": {
    "@types/node": "^20.8.7",
    "@types/node-fetch": "^2.5.7",
    "dotenv": "^16.0.3",
    "jaguarjs-jsdoc": "^1.0.2",
    "jsdoc": "^4.0.2",
    "typescript": "^4.9.4"
  }
}
