From 065b262b5b4a2c47bd4788552399a3a352fd8d17 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Sat, 18 Apr 2026 16:45:54 +0200 Subject: [PATCH] chore: add db:crawl and db:crawl-all npm scripts --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7eb29ec..95d9531 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,9 @@ "test:e2e:ui": "bunx playwright test --ui", "lint": "bunx @biomejs/biome check .", "db:seed:dev": "bun run src/db/dev-seed.ts", - "backfill:colors": "bun run scripts/backfill-dominant-colors.ts" + "backfill:colors": "bun run scripts/backfill-dominant-colors.ts", + "db:crawl": "bun run scripts/crawl-manufacturer.ts", + "db:crawl-all": "bun run scripts/crawl-all.ts" }, "devDependencies": { "@biomejs/biome": "^2.4.7", @@ -36,6 +38,7 @@ "typescript": "^5.9.3" }, "dependencies": { + "@anthropic-ai/sdk": "^0.90.0", "@aws-sdk/client-s3": "^3.1024.0", "@aws-sdk/s3-request-presigner": "^3.1024.0", "@hono/oidc-auth": "^1.8.1",