feat(core): Added new afterburner logic for specific bank reference
This commit is contained in:
56
package.json
Normal file
56
package.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "@fin.cx/mt940parser",
|
||||
"version": "1.0.5",
|
||||
"private": false,
|
||||
"description": "A parser to process and extract statements from MT940 format files, commonly used by banks for electronic account statements.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"build": "(tsbuild --web --allowimplicitany)",
|
||||
"buildDocs": "(tsdoc)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.25",
|
||||
"@git.zone/tsbundle": "^2.0.5",
|
||||
"@git.zone/tsrun": "^1.2.39",
|
||||
"@git.zone/tstest": "^1.0.84",
|
||||
"@push.rocks/tapbundle": "^5.0.3",
|
||||
"@push.rocks/tapbundle-fs": "^1.0.4",
|
||||
"@types/node": "^20.9.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
"ts_web/**/*",
|
||||
"dist/**/*",
|
||||
"dist_*/**/*",
|
||||
"dist_ts/**/*",
|
||||
"dist_ts_web/**/*",
|
||||
"assets/**/*",
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"mt940-js": "^1.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"MT940",
|
||||
"file parser",
|
||||
"financial statements",
|
||||
"banking",
|
||||
"finance",
|
||||
"TypeScript",
|
||||
"electronic account statements",
|
||||
"data extraction",
|
||||
"custom processing",
|
||||
"file handling",
|
||||
"error handling"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user