atiur-cli-alerts
Version:
This module is build for CLI Alerts
34 lines (33 loc) • 755 B
JSON
{
"name": "atiur-cli-alerts",
"version": "3.0.4",
"description": "This module is build for CLI Alerts",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "node test.js",
"format": "prettier --write \"./**/*.{js,json}\""
},
"files": [
"index.js"
],
"dependencies": {
"chalk": "^2.2.2",
"cli-welcome": "^2.2.0",
"conduct": "^4.0.0",
"log-symbols": "^2.2.0",
"prettier": "^3.5.2"
},
"keywords": [
"cli-alerts",
"atiur-cli-alerts"
],
"license": "0BSD",
"repository": {
"type": "git",
"url": "git+https://github.com/ati07/cli-alerts.git"
},
"author": {
"name": "Atiur"
}
}