-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.44 KB
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": "captcha-solver-js-examples",
"version": "1.0.0",
"description": "Examples for the Captcha Solver API using the official JavaScript SDK",
"keywords": [
"captcha",
"captcha-solver",
"captcha-api",
"recaptcha",
"recaptcha-v2",
"recaptcha-v3",
"recaptcha-enterprise",
"turnstile",
"cloudflare-turnstile",
"yandex-smartcaptcha",
"geetest",
"tencent-captcha",
"image-to-text",
"nodejs",
"examples"
],
"homepage": "https://captcha-solver.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/captcha-solver-api/javascript-examples.git"
},
"bugs": {
"url": "https://github.com/captcha-solver-api/javascript-examples/issues"
},
"scripts": {
"start": "node examples/recaptcha_v2.js"
},
"dependencies": {
"dotenv": "^16.4.5"
},
"engines": {
"node": "\u003e=18.0.0"
},
"author": "",
"license": "MIT",
"private": true,
"type": "module"
}