feat(tsview): add database and S3 handlers, tswatch/watch scripts, web utilities, assets and release config

This commit is contained in:
2026-01-25 11:02:53 +00:00
parent cf07f8cad9
commit afc32f3578
52 changed files with 1078 additions and 237 deletions

View File

@@ -11,7 +11,9 @@
"scripts": {
"test": "pnpm run build && tstest test/ --verbose",
"build": "pnpm run bundle && tsbuild --allowimplicitany",
"bundle": "tsbundle"
"bundle": "tsbundle",
"startTs": "node cli.ts.js",
"watch": "tswatch"
},
"bin": {
"tsview": "cli.js"
@@ -21,6 +23,7 @@
"@git.zone/tsbundle": "^2.8.3",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.1.6",
"@git.zone/tswatch": "3.0.1",
"@types/node": "^25.0.10"
},
"dependencies": {
@@ -32,7 +35,7 @@
"@design.estate/dees-element": "^2.1.5",
"@push.rocks/early": "^4.0.4",
"@push.rocks/npmextra": "^5.3.3",
"@push.rocks/smartbucket": "^4.3.0",
"@push.rocks/smartbucket": "^4.3.1",
"@push.rocks/smartcli": "^4.0.20",
"@push.rocks/smartdata": "^7.0.15",
"@push.rocks/smartfile": "^13.1.2",