8colors
Version:
chainable ansi 8 terminal colors
38 lines (37 loc) • 748 B
JSON
{
"name": "8colors",
"version": "1.0.3",
"description": "chainable ansi 8 terminal colors",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmdisuanco/8colors.git"
},
"keywords": [
"8colors",
"terminal",
"console",
"chainable",
"ansi",
"colors",
"log",
"cli",
"color",
"style",
"console.log"
],
"author": "John Martin R. Disuanco",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmdisuanco/8colors/issues"
},
"homepage": "https://github.com/jmdisuanco/8colors#readme",
"files": [
"index.js",
"index.d.ts"
],
"types": "index.d.ts"
}