22 lines
476 B
JSON
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"
|
|
}
|
|
} |