feat(core): Enhance package publication workflow with dependency handling and CLI improvements.

This commit is contained in:
2024-10-21 13:21:47 +02:00
parent ed6e439424
commit a88e417e2f
9 changed files with 260 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
"name": "@git.zone/tspublish",
"version": "1.1.0",
"private": false,
"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.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -49,6 +49,19 @@
"@push.rocks/smartfile": "^11.0.21",
"@push.rocks/smartlog": "^3.0.7",
"@push.rocks/smartnpm": "^2.0.4",
"@push.rocks/smartpath": "^5.0.18"
}
}
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartshell": "^3.0.6"
},
"keywords": [
"typescript",
"monorepo",
"package",
"publish",
"npm",
"automation",
"git",
"modularity",
"module-management",
"developer-tools"
]
}