21 lines
464 B
JSON
21 lines
464 B
JSON
{
|
|
"name": "error-handler",
|
|
"version": "2.0.0",
|
|
"description": "A reusable error handling utility module for Node.js applications.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"Error Handling",
|
|
"Utility"
|
|
],
|
|
"author": "Trung Hoang",
|
|
"license": "Proprietary",
|
|
"dependencies": {
|
|
"debug": "^4.4.0",
|
|
"key-file-storage": "^2.3.3",
|
|
"mailer": "file:../mailer"
|
|
}
|
|
}
|