lilith-platform.live/codebase/@features/my/scrape-scripts/package.json
autocommit 0225a2bcb6 deps-upgrade(scrape-scripts): ⬆️ Update dependencies to newer versions in scrape-scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 19:08:44 -07:00

17 lines
477 B
JSON

{
"name": "@quinn/my-scrape-scripts",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"scrape-flights": "bun scrape-flights.ts",
"scrape-flights:dry": "bun scrape-flights.ts --dry-run",
"scrape-hotels": "bun scrape-hotels.ts",
"scrape-hotels:dry": "bun scrape-hotels.ts --dry-run",
"scrape-hotels:debug": "bun scrape-hotels.ts --debug"
},
"dependencies": {
"@lilith/logger": "^1.0.0",
"playwright": "^1.44.0"
}
}