fp/services/scout/package.json
CJ_Clippy 0b5ce37af8
Some checks failed
ci / build (push) Failing after 1m40s
ci / Tests & Checks (push) Failing after 1s
enable/disable headless via .env
2025-07-30 12:06:02 -08:00

22 lines
476 B
JSON

{
"name": "scout",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "vitest --watch",
"start": "bash -x watchdog.sh"
},
"keywords": [],
"author": "",
"license": "Unlicense",
"dependencies": {
"@dotenvx/dotenvx": "^1.44.1",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0",
"puppeteer": "^24.11.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"zod": "^3.25.49"
}
}