23 lines
630 B
JSON
23 lines
630 B
JSON
{
|
|
"name": "@basango/crawler",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"test": "vitest --run",
|
|
"queue": "bun run src/scripts/queue.ts",
|
|
"worker": "bun run src/scripts/worker.ts"
|
|
},
|
|
"dependencies": {
|
|
"@basango/logger": "workspace:*",
|
|
"bullmq": "^4.17.0",
|
|
"date-fns": "^3.6.0",
|
|
"ioredis": "^5.3.2",
|
|
"tiktoken": "^1.0.14",
|
|
"zod": "^4.0.0"
|
|
}
|
|
}
|