BREAKING CHANGE(tools): replace install functionality with a minimal placeholder CLI; remove installer, logging, path utilities, and related assets

This commit is contained in:
2026-02-03 17:12:26 +00:00
parent 450b3ba379
commit ab714377ba
17 changed files with 166 additions and 323 deletions

View File

@@ -3,7 +3,7 @@
"version": "2.0.23",
"private": false,
"type": "module",
"description": "setup your environment with the most important tools and update them easily.",
"description": "A CLI tool placeholder for development utilities.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -36,10 +36,7 @@
"dependencies": {
"@git.zone/tsrun": "^2.0.1",
"@push.rocks/smartcli": "^4.0.20",
"@push.rocks/smartlog": "^3.1.10",
"@push.rocks/smartlog-destination-local": "^9.0.2",
"@push.rocks/smartshell": "^3.3.0",
"@types/node": "^25.2.0"
"@types/node": "^22.0.0"
},
"files": [
"ts/**/*",
@@ -48,7 +45,6 @@
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"