portablefinance/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2019-05-23 15:37:13 +00:00
{
2023-11-16 01:09:48 +00:00
"name": "@fin.cx/portablefinance",
2024-07-02 21:20:45 +00:00
"version": "1.0.27",
2019-05-23 15:37:13 +00:00
"private": false,
"description": "An interface package for handling financial transactions and account data within the financeplus organization.",
2021-04-15 01:06:14 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2019-05-23 15:37:13 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2021-04-15 01:06:14 +00:00
"test": "(tstest test/ --web)",
2023-11-16 01:09:48 +00:00
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2019-05-23 15:37:13 +00:00
},
"devDependencies": {
2023-11-16 01:09:48 +00:00
"@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"
2019-05-23 15:37:13 +00:00
},
2019-07-07 16:10:57 +00:00
"files": [
2021-04-15 01:06:42 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-07-07 16:10:57 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2021-04-15 01:06:42 +00:00
],
"browserslist": [
"last 1 chrome versions"
2023-11-16 01:09:48 +00:00
],
"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"
]
}