hcaptcha-solver
Version:
A library to solve hCaptcha challenges
30 lines (29 loc) • 598 B
JSON
{
"name": "hcaptcha-solver",
"version": "1.0.2",
"description": "A library to solve hCaptcha challenges",
"author": "Jimmy Laurent",
"repository": {
"type": "git",
"url": "git://github.com/JimmyLaurent/hcaptcha-solver.git"
},
"main": "index.js",
"license": "MIT",
"keywords": [
"hcaptcha",
"bypass",
"solve"
],
"prettier": {
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"parser": "flow",
"semi": true,
"tabWidth": 2
},
"dependencies": {
"request": "^2.88.2",
"request-promise-native": "^1.0.8"
}
}