csvparser/package.json

70 lines
1.6 KiB
JSON

{
"name": "@fin.cx/csvparser",
"version": "1.0.9",
"private": false,
"description": "A TypeScript-based parser for CSV files from various financial service providers.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "UNLICENSED",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tstest": "^1.0.44",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.9.1"
},
"dependencies": {
"@fin.cx/portablefinance": "^1.0.25",
"@push.rocks/smartcsv": "^2.0.2",
"@push.rocks/smartfile": "^11.0.0",
"@push.rocks/smarthash": "^3.0.2",
"@push.rocks/smartmoney": "^1.0.6",
"@push.rocks/smartstring": "^4.0.7",
"@push.rocks/smarttime": "^4.0.1",
"@tsclass/tsclass": "^4.0.46"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/fin.cx/csvparser.git"
},
"bugs": {
"url": "https://gitlab.com/fin.cx/csvparser/issues"
},
"homepage": "https://gitlab.com/fin.cx/csvparser#readme",
"type": "module",
"keywords": [
"CSV",
"parser",
"finance",
"TypeScript",
"PayPal",
"Spendesk",
"Commerzbank",
"Fidor",
"financial data",
"data processing",
"import",
"export"
]
}