mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-28 13:50:53 +02:00
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"name": "bash-color",
|
|
"version" : "0.0.4",
|
|
"author" : "mykola bilokonsky <mbilokonsky@gmail.com>",
|
|
"description" : "a simple tool for wrapping strings in bash color codes. Used to color console output.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mbilokonsky/bash-color.git"
|
|
},
|
|
"keywords": [
|
|
"cli",
|
|
"bash",
|
|
"color",
|
|
"design",
|
|
"print",
|
|
"pretty print",
|
|
"color codes"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js"
|
|
} |