{
  "name": "rucaptcha-2captcha",
  "version": "2.2.1",
  "description": "Operates with RuCaptcha.com and 2Captcha.com services conveniently.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build:clean": "rm -rf build/*",
    "ts-compile": "tsc --declaration",
    "my-compile": "node ../compile.js",
    "build": "npm run build:clean && npm run ts-compile && npm run my-compile",
    "publish:prepare": "mkdir -p ./build/build && mv ./build/* ./build/build; cp -r ./package* ./README.md ./build",
    "pu": "npm pu ./build",
    "my-publish": "npm run publish:prepare && npm run pu"
  },
  "dependencies": {
    "@arthurka/ts-utils": "^1.6.0",
    "axios": "^0.21.1",
    "cheerio": "^1.0.0-rc.5"
  },
  "devDependencies": {
    "@arthurka/eslint": "^1.32.0",
    "@types/node": "^14.14.35",
    "typescript": "^4.2.3"
  },
  "keywords": [
    "captcha",
    "rucaptcha",
    "2captcha",
    "solve",
    "solver",
    "captcha-solver",
    "solve-captcha",
    "tiktok",
    "tiktok-captcha",
    "tiktok-captcha-solver",
    "nocaptcha",
    "recaptcha",
    "recaptcha2",
    "recaptchav2",
    "recaptcha3",
    "recaptchav3",
    "geetest",
    "hcaptcha",
    "clickcaptcha",
    "capy-puzzle",
    "rotatecaptcha",
    "funcaptcha",
    "keycaptcha"
  ],
  "author": {
    "name": "ArthurKa",
    "email": "arthur.katruk@gmail.com"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArthurKa/rucaptcha-2captcha.git"
  },
  "bugs": {
    "url": "https://github.com/ArthurKa/rucaptcha-2captcha/issues"
  },
  "homepage": "https://github.com/ArthurKa/rucaptcha-2captcha#readme"
}
