-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1010 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
35
36
37
38
{
"name": "puppeteer-extra-plugin-capsolver",
"version": "2.0.1",
"description": "Manage to solve captcha challenges with AI in a puppeteer-extra app (captcha service based).",
"main": "src/Plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/0qwertyy/puppeteer-extra-plugin-capsolver.git"
},
"keywords": [
"recaptcha",
"hcaptcha",
"funcaptcha",
"datadome",
"geetest",
"puppeteer-extra",
"captcha-solver",
"2captcha",
"capsolver.com",
"capmonster"
],
"author": "0qwertyy",
"license": "ISC",
"bugs": {
"url": "https://github.com/0qwertyy/puppeteer-extra-plugin-capsolver/issues"
},
"homepage": "https://github.com/0qwertyy/puppeteer-extra-plugin-capsolver",
"dependencies": {
"axios": "^1.3.4",
"capsolver-npm": "^2.0.0",
"puppeteer": "^19.1.2",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin": "^3.2.2"
}
}