feat(core): Enhance package publication workflow with dependency handling and CLI improvements.
This commit is contained in:
@@ -5,10 +5,22 @@
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "git.zone",
|
||||
"gitrepo": "tspublish",
|
||||
"description": "publish multiple, concise and small packages from monorepos",
|
||||
"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"
|
||||
"projectDomain": "git.zone",
|
||||
"keywords": [
|
||||
"typescript",
|
||||
"monorepo",
|
||||
"package",
|
||||
"publish",
|
||||
"npm",
|
||||
"automation",
|
||||
"git",
|
||||
"modularity",
|
||||
"module-management",
|
||||
"developer-tools"
|
||||
]
|
||||
}
|
||||
},
|
||||
"npmci": {
|
||||
|
Reference in New Issue
Block a user