feat(config): migrate project metadata to .smartconfig and refresh build configuration

This commit is contained in:
2026-03-24 19:52:31 +00:00
parent a048c5a4d0
commit 18904d18e8
12 changed files with 702 additions and 236 deletions

23
.smartconfig.json Normal file
View File

@@ -0,0 +1,23 @@
{
"@git.zone/cli": {
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "git.zone",
"gitrepo": "tstest",
"description": "A powerful, modern test runner for TypeScript with multi-runtime support (Node.js, Deno, Bun, Chromium) and a batteries-included test framework.",
"npmPackagename": "@git.zone/tstest",
"license": "MIT"
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
},
"@ship.zone/szci": {
"npmGlobalTools": []
}
}