56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@fin.cx/portablefinance",
|
|
"version": "1.0.28",
|
|
"private": false,
|
|
"description": "An interface package for handling financial transactions and account data within the financeplus organization.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.25",
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
"@git.zone/tstest": "^1.0.52",
|
|
"@push.rocks/tapbundle": "^5.0.15",
|
|
"@types/node": "^20.9.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/fin.cx/portablefinance.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitlab.com/fin.cx/portablefinance/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/fin.cx/portablefinance#readme",
|
|
"type": "module",
|
|
"keywords": [
|
|
"finance",
|
|
"financial transactions",
|
|
"payment accounts",
|
|
"interfaces",
|
|
"vouchers",
|
|
"csv",
|
|
"typescript"
|
|
]
|
|
}
|