UNPKG

just-color-it

Version:

A lightweight, zero-dependency Node.js library for adding colors to your terminal output. Supports both CommonJS and ES modules.

51 lines (50 loc) 1.23 kB
{ "name": "just-color-it", "version": "1.0.2", "description": "A lightweight, zero-dependency Node.js library for adding colors to your terminal output. Supports both CommonJS and ES modules.", "main": "./index.cjs", "module": "./index.js", "exports": { "require": "./index.cjs", "import": "./index.js" }, "scripts": { "test": "npm run test_commonJS && npm run test_ES", "test_commonJS": "node test_commonJS.cjs", "test_ES": "node test_ES.js" }, "keywords": [ "color", "colors", "terminal", "console", "ansi", "cli", "chalk", "terminal-colors", "node", "logging", "colors.js", "zero-dependency" ], "author": "Aryan Chauhan itsaryanchauhan1@gmail.com", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/itsaryanchauhan/just-color-it.git" }, "bugs": { "url": "https://github.com/itsaryanchauhan/just-color-it/issues" }, "homepage": "https://github.com/itsaryanchauhan/just-color-it#readme", "engines": { "node": ">=12.0.0" }, "files": [ "index.js", "index.cjs", "README.md", "LICENSE", "package.json" ] }