http-response-helper
Version:
HTTP-Response-Helper is a utility library for sending HTTP responses with the correct status code.
49 lines (48 loc) • 1.16 kB
JSON
{
"author": "UMAIR SHABBIR",
"dependencies": {},
"description": "HTTP-Response-Helper is a utility library for sending HTTP responses with the correct status code.",
"devDependencies": {
"@types/node": "^22.10.2",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"files": [
"./dist",
"./LICENSE",
"./package.json",
"./README.md"
],
"homepage": "https://umairshabbir-83.github.io/HTTP-Response-Helper",
"keywords": [
"API",
"Express",
"Helper",
"Http-Helper",
"Http-Response",
"Http-Status-Codes",
"HTTP",
"NodeJS",
"Response",
"REST-API",
"Status-Code",
"Status-Codes",
"TypeScript",
"Utility"
],
"license": "MIT",
"main": "./dist/src/index.js",
"name": "http-response-helper",
"scripts": {
"build": "tsc",
"clean": "ts-node ./scripts/clean.ts",
"dev": "nodemon",
"prepublishOnly": "npm run clean && npm run build",
"start": "npm run clean && npm run build && node ./dist/src/index.js",
"test": "npm run clean && npm run build && npm link"
},
"type": "commonjs",
"types": "./dist/types/index.d.ts",
"version": "2.1.0"
}