2026-05-14 18:56:09 -07:00
|
|
|
{
|
2026-05-14 19:08:44 -07:00
|
|
|
"name": "@quinn/my-scrape-scripts",
|
2026-05-14 18:56:09 -07:00
|
|
|
"version": "0.0.1",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-05-14 19:08:44 -07:00
|
|
|
"scrape-flights": "bun scrape-flights.ts",
|
|
|
|
|
"scrape-flights:dry": "bun scrape-flights.ts --dry-run",
|
2026-05-14 18:56:09 -07:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|