node-resolved
Version:
reSolved is an upcoming captcha solving service, capable of solving reCaptcha, hCaptcha, GeeTest as fast as sub 5 seconds. reSolved is designed to handle heavy workloads, unlike other captcha solving services. We strive to improve the reSolved experience
24 lines • 856 B
JSON
{
"name": "node-resolved",
"version": "0.0.3",
"description": "reSolved is an upcoming captcha solving service, capable of solving reCaptcha, hCaptcha, GeeTest as fast as sub 5 seconds. reSolved is designed to handle heavy workloads, unlike other captcha solving services. We strive to improve the reSolved experience every single day - which is why we are releasing libraries that make an already simple integration process completely seamless.",
"main": "main.js",
"repository": {
"type": "git",
"url": "git@github.com:resolved-gg/nodejs.git"
},
"keywords": [
"captcha-solving",
"recaptcha",
"hcaptcha",
"geetest",
"sneaker",
"bots"
],
"author": "mechaadi",
"license": "MIT",
"homepage": "https://github.com/resolved-gg/nodejs",
"dependencies": {
"axios": "^0.21.1"
}
}