UNPKG

1.63 kBJSONView Raw
1{
2 "name": "rucaptcha-2captcha",
3 "version": "2.2.0",
4 "description": "Operates with RuCaptcha.com and 2Captcha.com services conveniently.",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "scripts": {
8 "build:clean": "rm -rf build/*",
9 "ts-compile": "tsc --declaration",
10 "my-compile": "node ../compile.js",
11 "build": "npm run build:clean && npm run ts-compile && npm run my-compile",
12 "publish:prepare": "mkdir -p ./build/build && mv ./build/* ./build/build; cp -r ./package* ./README.md ./build",
13 "pu": "npm pu ./build",
14 "my-publish": "npm run publish:prepare && npm run pu"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/ArthurKa/rucaptcha-2captcha.git"
19 },
20 "keywords": [
21 "captcha",
22 "rucaptcha",
23 "2captcha",
24 "solve",
25 "solver",
26 "captcha-solver",
27 "solve-captcha",
28 "tiktok",
29 "tiktok-captcha",
30 "tiktok-captcha-solver",
31 "nocaptcha",
32 "recaptcha",
33 "recaptcha2",
34 "recaptchav2",
35 "recaptcha3",
36 "recaptchav3",
37 "geetest",
38 "hcaptcha",
39 "clickcaptcha",
40 "capy-puzzle",
41 "rotatecaptcha",
42 "funcaptcha",
43 "keycaptcha"
44 ],
45 "author": {
46 "name": "ArthurKa",
47 "email": "arthur.katruk@gmail.com"
48 },
49 "license": "ISC",
50 "bugs": {
51 "url": "https://github.com/ArthurKa/rucaptcha-2captcha/issues"
52 },
53 "homepage": "https://github.com/ArthurKa/rucaptcha-2captcha#readme",
54 "dependencies": {
55 "axios": "^0.21.1",
56 "cheerio": "^1.0.0-rc.5"
57 },
58 "devDependencies": {
59 "@arthurka/eslint": "^1.5.0",
60 "@types/node": "^14.14.35",
61 "typescript": "^4.2.3"
62 }
63}