-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 884 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
32
33
34
{
"name": "solving-recaptcha-using-puppeteer",
"version": "1.0.0",
"description": "Example how to solve reCAPTCHA using Puppeteer and 2captcha service.",
"keywords": [
"captcha",
"Geetest",
"bypass Geetest",
"solve Geetest",
"行为验证",
"2captcha",
"puppeteer"
],
"main": "index.js",
"type": "module",
"scripts": {
"start": "env-cmd node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dzmitry-duboyski/solving-recaptcha-using-puppeteer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dzmitry-duboyski/solving-recaptcha-using-puppeteer/issues"
},
"homepage": "https://github.com/dzmitry-duboyski/solving-recaptcha-using-puppeteer#readme",
"dependencies": {
"2captcha-ts": "^2.0.0",
"env-cmd": "^10.1.0",
"puppeteer": "^19.11.1"
}
}