fix(metadata): Updated package and npmextra json description and keywords for enhanced development workflow clarity

This commit is contained in:
2025-02-25 18:47:41 +00:00
parent 6870c40e57
commit f25ade3e97
5 changed files with 129 additions and 149 deletions

View File

@ -2,7 +2,7 @@
"name": "@git.zone/cli",
"private": false,
"version": "1.12.7",
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
"description": "A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.",
"main": "dist_ts/index.ts",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -34,16 +34,21 @@
},
"keywords": [
"CLI",
"development",
"git",
"npm",
"local development",
"gitzone utilities",
"project setup",
"version control",
"code formatting",
"template management",
"npm packages",
"TypeScript",
"automation",
"project setup",
"code formatting",
"commit management",
"template creation",
"logging",
"meta project management"
"meta project management",
"sync",
"Docker",
"CI/CD"
],
"author": "Task Venture Capital GmbH",
"license": "MIT",
@ -111,4 +116,4 @@
"peek-readable": "5.3.1"
}
}
}
}