{ "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" } }