UNPKG

mtcrackcha

Version:

a free, working, and open-source mtcaptcha solving library

41 lines 1.09 kB
{ "name": "mtcrackcha", "version": "2.0.0", "author": { "name": "VillainsRule", "url": "https://github.com/VillainsRule" }, "repository": { "type": "git", "url": "git+https://github.com/VillainsRule/mtcrackcha.git" }, "bugs": { "url": "https://github.com/VillainsRule/mtcrackcha/issues" }, "description": "a free, working, and open-source mtcaptcha solving library", "files": [ "package.json", "dist/**/*.js", "dist/**/*.d.ts", "README.md" ], "homepage": "https://github.com/VillainsRule/mtcrackcha", "keywords": [ "mtcaptcha", "captcha", "solver" ], "scripts": { "doesitwork": "bun tests/does-it-work.js", "test": "bun tests/edpuzzle.js", "test-max": "bun tests/consecutive.js" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "@types/bun": "^1.3.11", "dts-bundle-generator": "^9.5.1", "typescript": "5.9.3" } }