fix(config): rename npmextra configuration file to .smartconfig.json

This commit is contained in:
2026-03-24 16:12:35 +00:00
parent 30a5749fab
commit b1f135a5f4
3 changed files with 6 additions and 1 deletions

27
.smartconfig.json Normal file
View File

@@ -0,0 +1,27 @@
{
"npmts": {
"mode": "default",
"cli": true
},
"@git.zone/cli": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "gitzone",
"gitrepo": "tsdocker",
"description": "develop npm modules cross platform with docker",
"npmPackagename": "@git.zone/tsdocker",
"license": "MIT"
},
"release": {
"accessLevel": "public",
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
]
}
},
"@ship.zone/szci": {
"npmGlobalTools": []
}
}