anticaptcha-async
Version:
Modern asynchronous JavaScript API client for Anticaptcha service
41 lines (40 loc) • 920 B
JSON
{
"name": "anticaptcha-async",
"version": "0.1.4",
"description": "Modern asynchronous JavaScript API client for Anticaptcha service",
"main": "index.js",
"scripts": {
"test": "ava",
"lint": "eslint ."
},
"homepage": "https://github.com/ad-m/anticaptcha-async#readme",
"issues": {
"url": "https://github.com/ad-m/anticaptcha-async/issues",
"email": "anticaptcha@jawnosc.tk"
},
"repository": "github:ad-m/anticaptcha-async",
"keywords": [
"captcha",
"verify",
"verification",
"recaptcha",
"recaptcha2",
"recaptcahv2",
"funcaptcha",
"imagecaptcha",
"anticaptcha",
"anti-captcha",
"bot",
"captcha-solver"
],
"author": "Adam Dobrawy",
"license": "MIT",
"dependencies": {
"superagent": "^4.0.0-beta.5"
},
"devDependencies": {
"@hyperone/eslint-config": "^1.0.3",
"ava": "1.0.0-beta.8",
"eslint": "^5.6.1"
}
}