chore: add db:crawl and db:crawl-all npm scripts
This commit is contained in:
@@ -15,7 +15,9 @@
|
|||||||
"test:e2e:ui": "bunx playwright test --ui",
|
"test:e2e:ui": "bunx playwright test --ui",
|
||||||
"lint": "bunx @biomejs/biome check .",
|
"lint": "bunx @biomejs/biome check .",
|
||||||
"db:seed:dev": "bun run src/db/dev-seed.ts",
|
"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": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "^2.4.7",
|
"@biomejs/biome": "^2.4.7",
|
||||||
@@ -36,6 +38,7 @@
|
|||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@anthropic-ai/sdk": "^0.90.0",
|
||||||
"@aws-sdk/client-s3": "^3.1024.0",
|
"@aws-sdk/client-s3": "^3.1024.0",
|
||||||
"@aws-sdk/s3-request-presigner": "^3.1024.0",
|
"@aws-sdk/s3-request-presigner": "^3.1024.0",
|
||||||
"@hono/oidc-auth": "^1.8.1",
|
"@hono/oidc-auth": "^1.8.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user