frist
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user