|
1 | 1 | { |
2 | | - "name": "puppeteer-extra-plugin-recaptcha-capmonster", |
3 | | - "version": "1.0.4", |
4 | | - "description": "A puppeteer-extra plugin that implements CapMonster support for puppeteer-extra-plugin-recaptcha.", |
5 | | - "types": "dist/index.d.ts", |
6 | | - "main": "dist/index.cjs.js", |
7 | | - "module": "dist/index.esm.ts", |
8 | | - "scripts": { |
9 | | - "build": "npm run build:tsc && npm run build:rollup", |
10 | | - "build:tsc": "tsc --module commonjs", |
11 | | - "build:rollup": "rollup -c rollup.config.ts" |
12 | | - }, |
13 | | - "files": [ |
14 | | - "dist" |
15 | | - ], |
16 | | - "keywords": [ |
17 | | - "puppeteer", |
18 | | - "puppeteer-extra", |
19 | | - "puppeteer-extra-plugin", |
20 | | - "puppeteer-extra-plugin-recaptcha", |
21 | | - "puppeteer-extra-plugin-recaptcha-capmonster", |
22 | | - "recaptcha", |
23 | | - "hcaptcha", |
24 | | - "captcha", |
25 | | - "2captcha", |
26 | | - "capmonster" |
27 | | - ], |
28 | | - "repository": { |
29 | | - "type": "git", |
30 | | - "url": "https://github.com/notsapinho/puppeteer-extra-plugin-recaptcha-capmonster.git" |
31 | | - }, |
32 | | - "author": "notsapinho", |
33 | | - "license": "MIT", |
34 | | - "devDependencies": { |
35 | | - "@rollup/plugin-commonjs": "^22.0.0", |
36 | | - "@rollup/plugin-node-resolve": "^13.3.0", |
37 | | - "@rollup/plugin-typescript": "^8.3.3", |
38 | | - "@types/debug": "^4.1.7", |
39 | | - "@types/node": "^16.11.11", |
40 | | - "rollup": "^2.75.6", |
41 | | - "rollup-plugin-sourcemaps": "^0.4.2", |
42 | | - "ts-node": "^10.8.1", |
43 | | - "tslib": "^2.4.0", |
44 | | - "typescript": "^4.7.3" |
45 | | - }, |
46 | | - "dependencies": { |
47 | | - "axios": "^0.27.2", |
48 | | - "debug": "^4.3.4" |
49 | | - }, |
50 | | - "engines": { |
51 | | - "node": ">=12.0.0" |
52 | | - } |
| 2 | + "name": "puppeteer-extra-plugin-recaptcha-capmonster", |
| 3 | + "version": "1.0.5", |
| 4 | + "description": "A puppeteer-extra plugin that implements CapMonster support for puppeteer-extra-plugin-recaptcha.", |
| 5 | + "types": "dist/index.d.ts", |
| 6 | + "main": "dist/index.cjs.js", |
| 7 | + "module": "dist/index.esm.ts", |
| 8 | + "scripts": { |
| 9 | + "build": "npm run build:tsc && npm run build:rollup", |
| 10 | + "build:tsc": "tsc --module commonjs", |
| 11 | + "build:rollup": "rollup -c rollup.config.ts" |
| 12 | + }, |
| 13 | + "files": [ |
| 14 | + "dist" |
| 15 | + ], |
| 16 | + "keywords": [ |
| 17 | + "puppeteer", |
| 18 | + "puppeteer-extra", |
| 19 | + "puppeteer-extra-plugin", |
| 20 | + "puppeteer-extra-plugin-recaptcha", |
| 21 | + "puppeteer-extra-plugin-recaptcha-capmonster", |
| 22 | + "recaptcha", |
| 23 | + "hcaptcha", |
| 24 | + "captcha", |
| 25 | + "2captcha", |
| 26 | + "capmonster" |
| 27 | + ], |
| 28 | + "repository": { |
| 29 | + "type": "git", |
| 30 | + "url": "https://github.com/notsapinho/puppeteer-extra-plugin-recaptcha-capmonster.git" |
| 31 | + }, |
| 32 | + "author": "notsapinho", |
| 33 | + "license": "MIT", |
| 34 | + "devDependencies": { |
| 35 | + "@rollup/plugin-commonjs": "^22.0.0", |
| 36 | + "@rollup/plugin-node-resolve": "^13.3.0", |
| 37 | + "@rollup/plugin-typescript": "^8.3.3", |
| 38 | + "@types/debug": "^4.1.7", |
| 39 | + "@types/node": "^16.11.11", |
| 40 | + "@types/puppeteer": "^5.4.6", |
| 41 | + "dotenv": "^16.0.1", |
| 42 | + "jest": "^28.1.1", |
| 43 | + "jest-puppeteer": "^6.1.0", |
| 44 | + "puppeteer-extra-plugin-recaptcha": "^3.5.0", |
| 45 | + "puppeteer-extra-plugin-recaptcha-capmonster": "^1.0.5", |
| 46 | + "rollup": "^2.75.6", |
| 47 | + "ts-node": "^10.8.1", |
| 48 | + "tslib": "^2.4.0", |
| 49 | + "typescript": "^4.7.3" |
| 50 | + }, |
| 51 | + "dependencies": { |
| 52 | + "axios": "^0.27.2", |
| 53 | + "debug": "^4.3.4" |
| 54 | + }, |
| 55 | + "engines": { |
| 56 | + "node": ">=12.0.0" |
| 57 | + } |
53 | 58 | } |
0 commit comments