Erster Commit

This commit is contained in:
zed
2026-03-13 09:53:40 +01:00
commit 5ebcad02ed
3945 changed files with 974582 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "erp-edi-bridge",
"version": "2.0.0",
"description": "ERP EDI Bridge VDA ↔ EDIFACT Converter mit Ordnerüberwachung",
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "electron . --dev"
},
"author": "Roechling Precision Components",
"license": "UNLICENSED",
"dependencies": {
"better-sqlite3": "^12.6.2",
"chokidar": "^3.6.0",
"htmlparser2": "^10.1.0",
"pdf2json": "^4.0.2",
"sqlite3": "^5.0.2",
"ts-edifact": "^0.0.6"
},
"devDependencies": {
"electron": "^40.8.0",
"electron-rebuild": "^3.2.9"
}
}