-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "solving-yandex-smart-captcha-using-puppeteer",
"version": "1.0.0",
"description": "Пример автоматизации решения капчи от Яндекса с использованием Puppeteer",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dzmitry-duboyski/solving-yandex-smart-captcha-using-puppeteer.git"
},
"keywords": [
"Jandex",
"smart",
"captcha",
"Яндекс",
"капча",
"Решение",
"капчи",
"обход",
"капчи",
"Puppeteer",
"2captcha service"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dzmitry-duboyski/solving-yandex-smart-captcha-using-puppeteer/issues"
},
"homepage": "https://github.com/dzmitry-duboyski/solving-yandex-smart-captcha-using-puppeteer#readme",
"dependencies": {
"2captcha-ts": "^2.3.3",
"puppeteer": "^19.11.1"
}
}