feat(core): Enhance package publication workflow with dependency handling and CLI improvements.
This commit is contained in:
21
package.json
21
package.json
@@ -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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user