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",