-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 869 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
{
"name": "puppeteer-hcaptcha-solver",
"version": "1.2.1",
"description": "",
"main": "lib/index.js",
"repository": "https://github.com/shahzain345/puppeteer-hcaptcha-solver",
"scripts": {
"test": "node ./test/extra.js",
"prepare": "husky install && yarn build",
"build": "tsc",
"lint": "yarn ts-standard --fix"
},
"keywords": [
"hcaptcha",
"puppeteer hcaptcha",
"hcaptcha solver"
],
"author": "Shahzain",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"ghost-cursor-frames": "^1.2.1",
"puppeteer": "^14.0.0",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"python-shell": "^3.0.1",
"ts-standard": "^11.0.0"
},
"devDependencies": {
"@types/puppeteer": "^5.4.6",
"husky": "6",
"typescript": "^4.6.4"
},
"files": [
"lib/**/*"
]
}