feat(core): Add support for CI workflows and update gitignore

This commit is contained in:
2024-07-05 11:03:59 +02:00
commit 7fc8f04be9
35 changed files with 7285 additions and 0 deletions

32
npmextra.json Normal file
View File

@ -0,0 +1,32 @@
{
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "fin.cx",
"gitrepo": "csvparser",
"description": "A TypeScript-based parser for CSV files from various financial service providers.",
"npmPackagename": "@fin.cx/csvparser",
"license": "MIT",
"projectDomain": "fin.cx",
"keywords": [
"CSV",
"parser",
"finance",
"TypeScript",
"PayPal",
"Spendesk",
"Commerzbank",
"Fidor",
"financial data",
"data processing",
"import",
"export"
]
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "private"
}
}