cli-handle-error
Version:
Custom error handler for Node.js CLIs.
31 lines (30 loc) • 574 B
JSON
{
"name": "cli-handle-error",
"version": "4.4.2",
"description": "Custom error handler for Node.js CLIs.",
"license": "MIT",
"repository": "ahmadawais/cli-handle-error",
"author": {
"name": "Ahmad Awais",
"email": "me@AhmadAwais.com",
"url": "https://twitter.com/MrAhmadAwais"
},
"main": "index.js",
"files": [
"index.js"
],
"keywords": [
"cli-handle-error",
"Ahmad Awais",
"ahmadawais"
],
"scripts": {
"test": "node review.js"
},
"dependencies": {
"chalk": "^3.0.0",
"command-code": "*",
"langbase": "*",
"log-symbols": "^3.0.0"
}
}