cli-handle-unhandled
Version:
Crash on unhandled rejections in a Node.js CLI.
29 lines (28 loc) • 554 B
JSON
{
"name": "cli-handle-unhandled",
"version": "1.1.2",
"description": "Crash on unhandled rejections in a Node.js CLI.",
"license": "MIT",
"repository": "ahmadawais/cli-handle-unhandled",
"author": {
"name": "Ahmad Awais",
"email": "me@AhmadAwais.com",
"url": "https://twitter.com/MrAhmadAwais"
},
"main": "index.js",
"files": [
"index.js"
],
"keywords": [
"cli-handle-unhandled",
"Ahmad Awais",
"ahmadawais"
],
"scripts": {
"test": "node test.js"
},
"dependencies": {
"cli-handle-error": "^4.1.0",
"langbase": "*"
}
}