aee0f09db8
- Datafabrik: Dockerfile fix, agentorkestrering fungerar - Vision: Identify-modell, FAISS, OCR alla testade - API: Alla 7 integrationstester passerade - Upplösare: Entitetsupplösning verifierad
24 lines
541 B
JSON
24 lines
541 B
JSON
{
|
|
"name": "@landvex/infrastructure",
|
|
"version": "0.1.0",
|
|
"description": "Persistence adapters and infrastructure for LandveX domain",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@landvex/domain": "file:../domain",
|
|
"pg": "^8.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.0",
|
|
"@types/node": "^20.0.0",
|
|
"jest": "^29.5.0",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|