feat(package): refresh package metadata, update dependency versions, and document CLI update and install workflows
This commit is contained in:
29
.smartconfig.json
Normal file
29
.smartconfig.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user