node_two_captcha_fork_emd
Version:
Node.js package for easy integration with 2Captcha API (Captcha Solver as a Service)
29 lines (28 loc) • 673 B
JSON
{
"name": "node_two_captcha_fork_emd",
"version": "1.1.0",
"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/ErickMSDev/node_two_captcha"
},
"keywords": [
"api",
"captcha",
"two_captcha",
"2captcha"
],
"author": "Adriano Dennanni - Erick Munoz",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"jsdoc": "^3.5.5"
}
}