node_two_captcha
Version:
Node.js package for easy integration with 2Captcha API (Captcha Solver as a Service)
30 lines (29 loc) • 659 B
JSON
{
"name": "node_two_captcha",
"version": "1.0.3",
"description": "Node.js package for easy integration with 2Captcha API (Captcha Solver as a Service)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate_docs": "npx jsdoc -c ./jsdoc-config.json"
},
"repository": {
"type": "git",
"url": "https://github.com/Ashesh3/node_two_captcha/"
},
"keywords": [
"api",
"captcha",
"two_captcha",
"2captcha",
"2captcha nodejs"
],
"author": "Adriano",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0"
},
"devDependencies": {
"jsdoc": "^3.5.5"
}
}