feat(package): refresh package metadata, update dependency versions, and document CLI update and install workflows

This commit is contained in:
2026-03-24 18:12:02 +00:00
parent 8507e54a56
commit 393410a4b5
8 changed files with 1261 additions and 1290 deletions

29
.smartconfig.json Normal file
View File

@@ -0,0 +1,29 @@
{
"npmts": {
"cli": true
},
"@git.zone/cli": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "gitzone",
"gitrepo": "tools",
"shortDescription": "setup your environment with the most important tools and update them easily.",
"npmPackagename": "@git.zone/tools",
"license": "MIT",
"description": "manage git.zone tools"
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
},
"@ship.zone/szci": {
"globalNpmTools": [
"npmts"
]
}
}