express-status-responder
Version:
A lightweight utility for handling HTTP responses and status codes in Express.js applications. Includes a customizable response handler and predefined HTTP status codes.
43 lines (40 loc) • 1.11 kB
JSON
{
"name": "express-status-responder",
"version": "1.0.8",
"description": "A lightweight utility for handling HTTP responses and status codes in Express.js applications. Includes a customizable response handler and predefined HTTP status codes.",
"main": "index.js",
"scripts": {
"test": "npm run test",
"dev": "nodemon index.js"
},
"bin": {
"create-express-basic": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salimkhan668580/express-status-responder.git"
},
"dependencies": {
"express": "^5.1.0",
"fs-extra": "^11.0.0"
},
"keywords": [
"express-responder",
"express-status-responder",
"express-response-handler",
"http-status-codes",
"http-response-handler",
"express",
"express-asyncHandler",
"status-codes",
"http",
"response-handler",
"asyncHandler"
],
"author": "salim khan",
"license": "ISC",
"bugs": {
"url": "https://github.com/salimkhan668580/express-status-responder/issues"
},
"homepage": "https://github.com/salimkhan668580/express-status-responder#readme"
}