recaptcha-solver-ffmpeg
Version:
Solve reCAPTCHA challenges by using offline speech recognition.
63 lines (62 loc) • 1.96 kB
JSON
{
"name": "recaptcha-solver-ffmpeg",
"version": "1.0.1",
"description": "Solve reCAPTCHA challenges by using offline speech recognition.",
"keywords": [
"reCAPTCHA",
"playwright",
"recaptcha-solver"
],
"author": "Karmavir Joshi <karmavir@auranics.com> (https://github.com/kvjoshi)",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"bin": "scripts/postinstall.js",
"scripts": {
"test": "jest --coverage",
"dev": "tsup --watch",
"build": "tsup",
"docs": "typedoc ./src/",
"format": "prettier --write '**/*.{js,ts,jsx,tsx,json,yml,yaml,md,html}' --ignore-path .gitignore",
"lint": "eslint .",
"postinstall": "node ./scripts/postinstall.js"
},
"files": [
"scripts",
"lib"
],
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/wav": "^1.0.1",
"@types/yauzl": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^27.5.1",
"prettier": "^2.7.1",
"recaptcha-solver-ffmpeg": "file:*",
"ts-jest": "^27.1.5",
"tsup": "^6.7.0",
"typedoc": "^0.22.18",
"typescript": "^4.7.4"
},
"dependencies": {
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.3",
"playwright-core": "^1.24.2",
"vosk-lib": "^0.1.3",
"wav": "^1.0.2",
"yauzl": "^2.10.0"
},
"homepage": "https://github.com/kvjoshi/recaptcha-solver-ffmpeg#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kvjoshi/recaptcha-solver-ffmpeg.git"
},
"bugs": {
"url": "https://github.com/kvjoshi/recaptcha-solver-ffmpeg/issues"
}
}