This commit is contained in:
dela
2026-02-21 18:27:49 +08:00
parent 0ac4b23f07
commit 5dc86ccfbf
270 changed files with 49508 additions and 4636 deletions

View File

@@ -1,27 +1,13 @@
{
"name": "project-ghost",
"name": "hcaptcha-solver",
"version": "0.1.0",
"description": "hCaptcha reverse engineering framework",
"main": "main.js",
"type": "module",
"private": true,
"description": "hCaptcha solver with browser sandbox",
"scripts": {
"start": "node main.js",
"test": "node --test test/",
"test:n": "node test/test_n_gen.js",
"test:motion": "node test/test_motion.js"
},
"engines": {
"node": ">=18.0.0"
"solve": "node run_solver.js"
},
"dependencies": {
"got-scraping": "^4.0.0"
},
"devDependencies": {},
"keywords": [
"hcaptcha",
"reverse-engineering",
"automation"
],
"license": "UNLICENSED",
"private": true
"@msgpack/msgpack": "^3.0.0",
"msgpack-lite": "^0.1.26"
}
}