clcn
Version:
A lightweight CLI coloring utility with support for ANSI, HEX, gradients, rainbow, and dual ESM/CJS support.
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "clcn",
"version": "3.0.03",
"description": "A lightweight CLI coloring utility with support for ANSI, HEX, gradients, rainbow, and dual ESM/CJS support.",
"main": "./lib/cjs/index.js",
"exports": {
"import": {
"types": "./lib/mjs/index.d.ts",
"default": "./lib/mjs/index.mjs"
},
"require": {
"types": "./lib/cjs/index.d.ts",
"default": "./lib/cjs/index.js"
}
},
"type": "module",
"files": [
"lib"
],
"scripts": {
"build": "node build.js"
},
"keywords": [
"cli",
"colors",
"terminal",
"ansi",
"gradient",
"rainbow",
"truecolor",
"chalk",
"esm",
"commonjs"
],
"author": "Ramazan Eriş",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ramazaneris/clcn"
},
"bugs": {
"url": "https://github.com/ramazaneris/clcn/issues"
},
"homepage": "https://github.com/ramazaneris/clcn#readme",
"devDependencies": {
"esbuild": "^0.21.0",
"fast-glob": "^3.3.1"
},
"engines": {
"node": ">=14"
}
}