Initial commit - Stand 26.04.2026

This commit is contained in:
OpenClaw
2026-04-26 07:51:39 +02:00
commit b29c467187
186 changed files with 39281 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "buchhaltung-backend",
"version": "1.0.0",
"description": "OCR Backend für SteuerFlow",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"date-fns": "^3.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.3",
"multer": "^1.4.5-lts.1",
"pdf-lib": "^1.17.1",
"pg": "^8.11.3",
"sharp": "^0.33.2",
"tesseract.js": "^5.0.5",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
}
}