Files
consolecolor/npmextra.json
Juergen Kunz 047e994439 fix(documentation): improve readme with comprehensive examples and formatting
- Enhanced readme with detailed API documentation
- Added real-world usage examples and best practices
- Updated legal section to Task Venture Capital GmbH
- Updated CI/CD workflow configurations
- Updated dependencies to latest versions
- Removed obsolete gitlab-ci.yml
2025-08-08 11:47:18 +00:00

32 lines
2.1 KiB
JSON

{
"npmci": {
"npmGlobalTools": ["@gitzone/npmts"],
"npmAccessLevel": "public"
},
"gitzone": {
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "consolecolor",
"description": "A module for applying color styles to console output.",
"npmPackagename": "@push.rocks/consolecolor",
"license": "MIT",
"keywords": [
"console log styling",
"ANSI colors",
"terminal colors",
"command line utilities",
"node.js",
"typescript",
"text formatting",
"log enhancement",
"development tools"
]
}
},
"tsdoc": {
"legal": "\n## License and Legal Information\n\nThis repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository. \n\n**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.\n\n### Trademarks\n\nThis project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH.\n\n### Company Information\n\nTask Venture Capital GmbH \nRegistered at District court Bremen HRB 35230 HB, Germany\n\nFor any legal inquiries or if you require further information, please contact us via email at hello@task.vc.\n\nBy using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.\n"
}
}