aee0f09db8
- Datafabrik: Dockerfile fix, agentorkestrering fungerar - Vision: Identify-modell, FAISS, OCR alla testade - API: Alla 7 integrationstester passerade - Upplösare: Entitetsupplösning verifierad
37 lines
947 B
JSON
37 lines
947 B
JSON
{
|
|
"name": "@landvex/api",
|
|
"version": "0.1.0",
|
|
"description": "Mission Import API for LandveX Intelligence Lab",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"dev": "ts-node src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@landvex/application": "file:../application",
|
|
"@landvex/domain": "file:../domain",
|
|
"@landvex/infrastructure": "file:../infrastructure",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"helmet": "^7.1.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"pg": "^8.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/multer": "^1.4.11",
|
|
"@types/node": "^20.0.0",
|
|
"@types/supertest": "^6.0.2",
|
|
"jest": "^29.5.0",
|
|
"supertest": "^6.3.3",
|
|
"ts-jest": "^29.1.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|