20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"name": "scout",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@dotenvx/dotenvx": "^1.44.1",
|
|
"puppeteer": "^24.11.0",
|
|
"puppeteer-extra": "^3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
"zod": "^3.25.49"
|
|
}
|
|
}
|