feat(package): refresh package metadata, update dependency versions, and document CLI update and install workflows

This commit is contained in:
2026-03-24 18:12:02 +00:00
parent 8507e54a56
commit 393410a4b5
8 changed files with 1261 additions and 1290 deletions

View File

@@ -3,7 +3,7 @@
"version": "3.5.0",
"private": false,
"type": "module",
"description": "A CLI tool placeholder for development utilities.",
"description": "A CLI utility for managing and updating @git.zone development tools across package managers.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -30,15 +30,15 @@
},
"homepage": "https://github.com/GitZoneTools/npmg#readme",
"devDependencies": {
"@git.zone/tsbuild": "^4.1.2",
"@git.zone/tstest": "^3.1.8"
"@git.zone/tsbuild": "^4.3.0",
"@git.zone/tstest": "^3.5.1"
},
"dependencies": {
"@git.zone/tsrun": "^2.0.1",
"@push.rocks/smartcli": "^4.0.20",
"@push.rocks/smartinteract": "^2.0.16",
"@push.rocks/smartshell": "^3.3.0",
"@types/node": "^22.0.0"
"@push.rocks/smartshell": "^3.3.8",
"@types/node": "^25.5.0"
},
"files": [
"ts/**/*",
@@ -48,7 +48,7 @@
"dist_ts/**/*",
"dist_ts_web/**/*",
"cli.js",
"npmextra.json",
".smartconfig.json",
"readme.md"
],
"browserslist": [