awesome-cli-alerts
Version:
Cross platform CLI Alerts with colors and symbols suport for success, info, warnin and errors. Works on MacOS, Linux and Windows
35 lines (34 loc) • 824 B
JSON
{
"name": "awesome-cli-alerts",
"version": "1.0.2",
"description": "Cross platform CLI Alerts with colors and symbols suport for success, info, warnin and errors. Works on MacOS, Linux and Windows",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/neero0x01/awesome-cli-alerts.git"
},
"keywords": [
"cli-alerts",
"node-alerts"
],
"author": "Muhammad Ahmad",
"license": "MIT",
"bugs": {
"url": "https://github.com/neero0x01/awesome-cli-alerts/issues"
},
"files": [
"index.js"
],
"homepage": "https://github.com/neero0x01/awesome-cli-alerts#readme",
"devDependencies": {
"prettier": "^2.2.1"
},
"scripts": {
"test": "node test.js",
"format": "prettier --write \"./**/*.{js,json}\""
},
"dependencies": {
"chalk": "^4.1.0",
"log-symbols": "^4.0.0"
}
}