wip: database

This commit is contained in:
2025-10-31 18:23:39 +02:00
parent 1f4c6b38a1
commit 67f5673db1
89 changed files with 5208 additions and 2529 deletions
-19
View File
@@ -1,19 +0,0 @@
{
"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"
},
"dependencies": {
"bullmq": "^4.17.0",
"date-fns": "^3.6.0",
"ioredis": "^5.3.2",
"tiktoken": "^1.0.14",
"zod": "^4.0.0"
}
}