refactor: centralize crawler schemas and json config

This commit is contained in:
Bernard Ngandu
2025-10-28 06:42:45 +02:00
parent 799cda6e06
commit eae1ede15f
19 changed files with 1052 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "basango-monorepo",
"private": true,
"version": "0.1.0",
"workspaces": [
"apps/*"
],
"scripts": {
"build": "tsc -b",
"test": "vitest --run"
},
"devDependencies": {
"typescript": "^5.4.0",
"vitest": "^1.6.0",
"@types/node": "^20.11.30"
}
}