15 lines
368 B
JSON
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"
|
|
}
|
|
}
|