fix(ci): add Gitea CI workflows, documentation updates, and packaging metadata tweaks

This commit is contained in:
2026-01-26 12:48:50 +00:00
parent 4269058ab5
commit f7cd43933f
13 changed files with 326 additions and 61 deletions

View File

@@ -13,7 +13,8 @@
"build": "pnpm run bundle && tsbuild --allowimplicitany",
"bundle": "tsbundle",
"startTs": "node cli.ts.js",
"watch": "tswatch"
"watch": "tswatch",
"buildDocs": "tsdoc"
},
"bin": {
"tsview": "cli.js"
@@ -67,5 +68,12 @@
"repository": {
"type": "git",
"url": "https://code.foss.global/git.zone/tsview.git"
},
"bugs": {
"url": "https://code.foss.global/git.zone/tsview/issues"
},
"homepage": "https://code.foss.global/git.zone/tsview#readme",
"pnpm": {
"overrides": {}
}
}