fix(core): update

This commit is contained in:
2023-11-16 02:09:48 +01:00
parent c7ce7af521
commit 49bc354d01
19 changed files with 5958 additions and 12934 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@financeplus/finplus-interfaces",
"name": "@fin.cx/portablefinance",
"version": "1.0.15",
"private": false,
"description": "an interface package for the financeplus organization",
@@ -9,17 +9,16 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^14.14.39",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
"@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"
},
"dependencies": {},
"files": [
"ts/**/*",
"ts_web/**/*",
@@ -34,5 +33,14 @@
],
"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"
}