{
  "name": "recaptcha-v2-solver",
  "version": "1.0.2",
  "description": "ReCaptcha v2 bypass solution using three methods: Audio transcription, Visual (Gemini), and 2Captcha",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "recaptcha",
    "captcha",
    "solver",
    "automation",
    "puppeteer",
    "2captcha",
    "gemini",
    "audio",
    "wit.ai",
    "bypass"
  ],
  "author": "njraladdin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/njraladdin/recaptcha-v2-solver.git"
  },
  "bugs": {
    "url": "https://github.com/njraladdin/recaptcha-v2-solver/issues"
  },
  "homepage": "https://github.com/njraladdin/recaptcha-v2-solver#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "lib/",
    "utils/",
    "examples/",
    "index.js",
    "README.md"
  ],
  "dependencies": {
    "@google/generative-ai": "^0.21.0",
    "axios": "^1.7.8",
    "puppeteer": "^23.9.0",
    "puppeteer-extra": "^3.3.6",
    "puppeteer-extra-plugin-stealth": "^2.11.2",
    "puppeteer-screen-recorder": "^2.1.2",
    "undici": "^7.0.0",
    "winston": "^3.17.0"
  }
}
