fix(config): rename npmextra configuration to .smartconfig.json and align publish packaging with updated config handling
This commit is contained in:
36
.smartconfig.json
Normal file
36
.smartconfig.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"@git.zone/cli": {
|
||||
"projectType": "npm",
|
||||
"module": {
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "git.zone",
|
||||
"gitrepo": "tspublish",
|
||||
"description": "A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.",
|
||||
"npmPackagename": "@git.zone/tspublish",
|
||||
"license": "MIT",
|
||||
"projectDomain": "git.zone",
|
||||
"keywords": [
|
||||
"typescript",
|
||||
"monorepo",
|
||||
"package",
|
||||
"publish",
|
||||
"npm",
|
||||
"automation",
|
||||
"git",
|
||||
"modularity",
|
||||
"module-management",
|
||||
"developer-tools"
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital",
|
||||
"https://registry.npmjs.org"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
}
|
||||
},
|
||||
"@ship.zone/szci": {
|
||||
"npmGlobalTools": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user