UNPKG

@open-utils/cli-colorize

Version:

A powerful and customizable library for terminal colors and styling. Add beautiful ANSI colors, progress bars, spinners, and formatted tables to your Node.js CLI applications.

109 lines (108 loc) 2.49 kB
{ "name": "@open-utils/cli-colorize", "version": "1.0.10", "description": "A powerful and customizable library for terminal colors and styling. Add beautiful ANSI colors, progress bars, spinners, and formatted tables to your Node.js CLI applications.", "main": "dist/colorize.js", "types": "dist/colorize.d.ts", "type": "commonjs", "exports": { "require": "./dist/colorize.js", "import": "./dist/colorize.mjs" }, "scripts": { "build": "tsc && node src/esm-wrapper.js", "prepublishOnly": "npm run build", "test": "jest", "lint": "eslint .", "docs": "node -e \"require('fs').copyFileSync('README.md', 'docs/README.md')\"", "publish-prep": "node scripts/publish.js" }, "keywords": [ "cli", "colors", "terminal", "console", "ansi", "logging", "formatting", "style", "theme", "colorize", "nodejs", "stdout", "command-line", "progress-bar", "spinner", "cli-styling", "terminal-ui", "text-formatting", "chalk-alternative", "console-styling", "console-colors", "node-terminal", "ansi-colors", "ansi-styling", "console-output", "cli-tools", "javascript-colors", "typescript-colors" ], "author": { "name": "Ahmad Sadieh", "email": "saadyehahmmad@gmail.com", "url": "https://github.com/saadyehahmmad" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/saadyehahmmad/open-utils-cli-colorize.git" }, "bugs": { "url": "https://github.com/saadyehahmmad/open-utils-cli-colorize/issues" }, "homepage": "https://saadyehahmmad.github.io/open-utils-cli-colorize", "documentation": "https://saadyehahmmad.github.io/open-utils-cli-colorize", "engines": { "node": ">=12.0.0" }, "files": [ "dist", "README.md", "LICENSE", "examples", "NPM-README.md" ], "publishConfig": { "readme": "NPM-README.md", "access": "public", "tag": "latest" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^18.19.100", "eslint": "^8.57.1", "jest": "^29.7.0", "ts-jest": "^29.3.2", "typescript": "^5.8.3" }, "funding": { "type": "github", "url": "https://github.com/sponsors/saadyehahmmad" }, "categories": [ "Programming Languages", "Formatters", "Other" ], "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "ia32", "arm", "arm64" ] }