fix(ci): add Gitea CI workflows, documentation updates, and packaging metadata tweaks
This commit is contained in:
10
package.json
10
package.json
@@ -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": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user