47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@fin.cx/portablefinance",
|
|
"version": "1.0.18",
|
|
"private": false,
|
|
"description": "an interface package for 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"
|
|
}
|