-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 846 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "bestcaptchasolver-client",
"version": "1.1.6",
"description": "bestcaptchasolver-javascript is a super easy to use bypass captcha JavaScript API wrapper for bestcaptchasolver.com captcha service",
"main": "lib/bestcaptchasolver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"captcha",
"bypasscaptcha",
"decaptcher",
"decaptcha",
"2captcha",
"deathbycaptcha",
"anticaptcha",
"bypass recaptcha v2",
"bypass no captcha recaptcha",
"bypass invisible recaptcha",
"captcha services for recaptcha v2",
"recaptcha v2 captcha solver",
"google recaptcha solver",
"recaptcha solver python",
"recaptcha bypass script"
],
"author": "bestcaptchasolver",
"license": "MIT",
"dependencies": {
"jquery": ">=3.5.0"
}
}