chromafx
Version:
CHROMAFX is a powerful and flexible terminal color and style management library. It offers a wide range of color options, including basic, bright, background, and 256-color palette support, as well as custom RGB colors. The package allows easy application
27 lines (25 loc) • 761 B
JSON
{
"name": "chromafx",
"version": "4.0.0",
"description": "CHROMAFX is a powerful and flexible terminal color and style management library. It offers a wide range of color options, including basic, bright, background, and 256-color palette support, as well as custom RGB colors. The package allows easy application of text styles such as bold, italic, underline, and strikethrough.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"typescript": "^4.0.0"
},
"keywords": [
"colors",
"terminal",
"styles",
"CLI",
"RGB",
"256-colors",
"styling"
],
"author": "Blacksmith, inc",
"license": "MIT"
}