feat(core): Add support for CI workflows and update gitignore
This commit is contained in:
32
npmextra.json
Normal file
32
npmextra.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user