feat(build): modernize the build configuration and add project documentation

This commit is contained in:
2026-03-28 09:20:32 +00:00
parent cc743a562f
commit 83425072bd
8 changed files with 588 additions and 963 deletions

View File

@@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "(tstest test/ --verbose --timeout 600)",
"build": "(tsbuild --web --allowimplicitany)"
"build": "(tsbuild --allowimplicitany)"
},
"repository": {
"type": "git",
@@ -31,11 +31,11 @@
"@push.rocks/smartlog": "^3.2.1"
},
"devDependencies": {
"@git.zone/tsbuild": "^3.1.0",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^2.8.2",
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/qenv": "^6.1.3",
"@push.rocks/tapbundle": "^5.6.0",
"@push.rocks/tapbundle": "^6.0.3",
"@types/node": "^22.15.3"
},
"files": [
@@ -47,7 +47,7 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
".smartconfig.json",
"readme.md"
],
"browserslist": [