node-js-api-response-ts
Version:
Unified API response and error handling for Express.js in TypeScript. This package provides a middleware for consistent API responses and error handling in Express applications, making it easier to manage API responses and errors in a standardized way.
37 lines (36 loc) • 981 B
JSON
{
"name": "node-js-api-response-ts",
"version": "1.0.2",
"description": "Unified API response and error handling for Express.js in TypeScript. This package provides a middleware for consistent API responses and error handling in Express applications, making it easier to manage API responses and errors in a standardized way.",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"license": "ISC",
"author": "Maheswar Behera",
"scripts": {
"build": "tsc"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"keywords": [
"express",
"error-handling",
"api-response",
"middleware","api", "typescript"
],
"devDependencies": {
"@types/express": "^5.0.2",
"typescript": "^5.8.3"
},
"dependencies": {
"express": "^5.1.0"
},
"repository": {
"type": "github",
"url": "https://github.com/maheswarbehera/node-js-api-response-ts.git"
}
}