UNPKG

chalk-console

Version:

console text colorfully, and success, info, warn, or danger colorfully

34 lines (33 loc) 753 B
{ "name": "chalk-console", "version": "1.1.0", "description": "console text colorfully, and success, info, warn, or danger colorfully", "main": "index.js", "dependencies": { "chalk": "^1.1.3", "moment": "^2.24.0" }, "devDependencies": { "eslint": "^4.19.1" }, "scripts": { "lint": "./node_modules/.bin/eslint .", "test": "npm run lint" }, "repository": { "type": "git", "url": "https://github.com/xsmallbird/chalk-console.git" }, "keywords": [ "color", "console", "chalk", "color-console" ], "author": "xsmallbird", "license": "ISC", "bugs": { "url": "https://github.com/xsmallbird/chalk-console/issues" }, "homepage": "https://github.com/xsmallbird/chalk-console" }