fix(build): modernize project configuration and test setup for current toolchain compatibility

This commit is contained in:
2026-05-01 16:32:34 +00:00
parent 8e692b994e
commit eec36e2e45
10 changed files with 3992 additions and 5686 deletions
+11 -9
View File
@@ -8,8 +8,9 @@
},
"type": "module",
"scripts": {
"test": "(tstest test/)",
"build": "tsbuild tsfolders --allowimplicitany",
"test": "tstest test/",
"format": "gitzone format",
"build": "tsbuild tsfolders",
"buildDocs": "tsdoc"
},
"repository": {
@@ -31,21 +32,20 @@
"metadata management",
"gray-matter"
],
"author": "Lossless GmbH",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"bugs": {
"url": "https://code.foss.global/push.rocks/smartfm/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartfm#readme",
"dependencies": {
"gray-matter": "^4.0.2"
"gray-matter": "^4.0.3"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.17",
"@git.zone/tsrun": "^1.2.8",
"@git.zone/tstest": "^1.0.24",
"@push.rocks/tapbundle": "^5.5.6",
"@types/node": "^12.7.4"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"files": [
"ts/**/*",
@@ -56,6 +56,8 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
]