28 lines
570 B
JSON
28 lines
570 B
JSON
{
|
|
"name": "project-ghost",
|
|
"version": "0.1.0",
|
|
"description": "hCaptcha reverse engineering framework",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"got-scraping": "^4.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"keywords": [
|
|
"hcaptcha",
|
|
"reverse-engineering",
|
|
"automation"
|
|
],
|
|
"license": "UNLICENSED",
|
|
"private": true
|
|
}
|