http-error-builder
Version:
A simple utility to create custom HTTP errors with stack trace and API-safe JSON output.
27 lines (26 loc) • 624 B
JSON
{
"name": "http-error-builder",
"version": "1.0.1",
"description": "A simple utility to create custom HTTP errors with stack trace and API-safe JSON output.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"http-error",
"api-error",
"express-error",
"fastify-error",
"error-handler",
"custom-error",
"rest-error",
"error-builder",
"error-response"
],
"author": "Manu Kumar Pal",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/manukumar07/http-error-builder"
}
}