agn-utils/.svn/pristine/2d/2df823ca20dfcff5038841358904cf55f186be28.svn-base

21 lines
464 B
Plaintext

{
"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"
}
}