forked from aw1875/puppeteer-hcaptcha
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 KB
/
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
39
40
41
42
43
{
"name": "playwright-hcaptcha-solver",
"version": "1.0.0",
"description": "A library to solve hcaptcha challenges with playwright",
"main": "dist/index.js",
"dependencies": {
"@tensorflow-models/coco-ssd": "^2.2.2",
"@tensorflow/tfjs-node-gpu": "^3.13.0",
"axios": "^0.25.0",
"jwt-decode": "^3.1.2",
"playwright-core": "^1.18.1",
"typescript": "^4.5.5"
},
"scripts": {
"dev": "tsc --watch",
"postinstall": "tsc",
"build": "tsc"
},
"devDependencies": {
"ts-node-dev": "^1.1.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xrip/playwright-hcaptcha.git"
},
"keywords": [
"playwright",
"puppeteer",
"hcaptcha",
"solver",
"hcaptcha solver",
"puppeteer hcaptcha",
"hcaptcha-solver",
"puppeteerhcaptcha",
"playwrighthcaptcha"
],
"author": "xrip",
"license": "MIT",
"bugs": {
"url": "https://github.com/xrip/playwright-hcaptcha/issues"
},
"homepage": "https://github.com/xrip/playwright-hcaptcha#readme"
}