globleerrorhandler
Version:
"Simplify error handling in Express.js using this libarary.🚀"
35 lines (34 loc) • 789 B
JSON
{
"name": "globleerrorhandler",
"version": "1.0.0",
"description": "\"Simplify error handling in Express.js using this libarary.🚀\"",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./tests/index.test.js"
},
"repository": {
"type": "git",
"url": "(https://github.com/ayushkavad/globle-error-handling.git)"
},
"keywords": [
"global-error-handling",
"error-management",
"error-handling-library",
"npm-package",
"nodejs",
"error-logging",
"error-reporting",
"exception-handling",
"error-middleware",
"express-error-handling"
],
"author": "Ayush Kavad <keykavad@gmail.com>",
"license": "MIT",
"devDependencies": {
"jest": "29.6.2",
"node-mocks-http": "1.13.0"
}
}