UNPKG

cli-handle-error

Version:
30 lines (29 loc) 549 B
{ "name": "cli-handle-error", "version": "4.4.1", "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 test.js" }, "dependencies": { "chalk": "^3.0.0", "langbase": "*", "log-symbols": "^3.0.0" } }