adclours
Version:
A powerful and lightweight advanced CLI coloring tool built with pure Node.js. This module offers efficient and fast terminal output coloring without external dependencies.
26 lines (25 loc) • 694 B
JSON
{
"name": "adclours",
"version": "2.1.1",
"description": "A powerful and lightweight advanced CLI coloring tool built with pure Node.js. This module offers efficient and fast terminal output coloring without external dependencies.",
"keywords": [
"cli",
"colors",
"terminal",
"node.js",
"lightweight",
"powerful",
"coloring",
"adclours"
],
"license": "MIT",
"author": "Smart Tell Line",
"type": "module",
"main": "adclours.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo:basic": "node demo/demo.mjs",
"demo:tic": "node demo/demo-tic-tac-toe.mjs",
"demo:snake": "node demo/snake-demo.mjs"
}
}