lilith-platform.live/codebase/@features/my/scrape-scripts/package.json
2026-05-14 18:56:09 -07:00

15 lines
368 B
JSON

{
"name": "@quinn/projects-scripts",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"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"
}
}