Files
vda-to-edifact-converter/package.json
2026-03-13 09:53:40 +01:00

25 lines
592 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
}