http-response-handler
Version:
A comprehensive utility for standardizing HTTP responses in Node.js applications
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "http-response-handler",
"version": "1.1.5",
"description": "A comprehensive utility for standardizing HTTP responses in Node.js applications",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest",
"lint": "eslint .",
"format": "prettier --write ."
},
"keywords": [
"http-response-handler",
"http",
"response",
"handler",
"nodejs",
"api",
"rest",
"express",
"server",
"web",
"status-code",
"error-handling",
"success-response",
"json",
"standardized",
"utility",
"middleware",
"response-formatting",
"api-development",
"consistent-responses",
"error-management"
],
"author": "Jenish Ghadiya <jenishghadiya35@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Jenish-Ghadiya/http-response-handler.git"
},
"devDependencies": {
"jest": "^27.0.6",
"eslint": "^7.32.0",
"prettier": "^2.3.2"
},
"engines": {
"node": ">=12.0.0"
}
}