{ "name": "colors-cli", "version": "1.0.28", "description": "Terminal string styling done right", "main": "lib/index.js", "directories": { "test": "test" }, "bin": { "colors": "./bin/colors" }, "repository": { "type": "git", "url": "https://github.com/jaywcjlove/colors-cli.git" }, "scripts": { "test": "node ./test/safe.test.js & node ./test/group.test.js && node ./test/toxic.test.js && node ./test/256.test.js" }, "keywords": [ "256color", "color", "colors", "colors-cli", "terminal", "ansi", "console", "colour", "cli", "string", "str", "style", "styles", "tty", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "author": "kenny wang ", "license": "MIT" }