@cybersify/solvecaptcha
Version:
This is a boilerplate of an Apify actor.
40 lines (39 loc) • 958 B
JSON
{
"name": "@cybersify/solvecaptcha",
"version": "0.0.10",
"description": "This is a boilerplate of an Apify actor.",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"puppeteer": "^8.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.5"
},
"devDependencies": {},
"scripts": {
"start": "node main.js",
"test": "echo \"Error: oops, the actor has no tests yet, sad!\" && exit 1"
},
"author": "It's not you it's me",
"license": "ISC",
"main": "captchaapi.js",
"keywords": [
"google",
"captcha",
"anti",
"captcha",
"2captcha",
"geetest",
"solvecaptcha"
],
"repository": {
"type": "git",
"url": "git+https://anhhpt86@bitbucket.org/anhhpt86/solvecaptcha.git"
},
"bugs": {
"url": "https://bitbucket.org/anhhpt86/solvecaptcha/issues"
},
"homepage": "https://bitbucket.org/anhhpt86/solvecaptcha#readme"
}