feat(core): Added new afterburner logic for specific bank reference

This commit is contained in:
2024-07-06 15:50:51 +02:00
commit 71ca4a0c6d
14 changed files with 6769 additions and 0 deletions

31
npmextra.json Normal file
View File

@@ -0,0 +1,31 @@
{
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "fin.cx",
"gitrepo": "mt940parser",
"description": "A parser to process and extract statements from MT940 format files, commonly used by banks for electronic account statements.",
"npmPackagename": "@fin.cx/mt940parser",
"license": "MIT",
"projectDomain": "finance.plus",
"keywords": [
"MT940",
"file parser",
"financial statements",
"banking",
"finance",
"TypeScript",
"electronic account statements",
"data extraction",
"custom processing",
"file handling",
"error handling"
]
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}