UNPKG

response-standardizes

Version:

Standardized HTTP status response handlers for Express.js

37 lines (36 loc) 787 B
{ "name": "response-standardizes", "version": "1.1.2", "description": "Standardized HTTP status response handlers for Express.js", "main": "./dist/index.js", "types": "dist/types/index.d.ts", "files": [ "dist", "types" ], "scripts": { "start": "node dist/index.js", "build": "tsc", "dev": "nodemon --exec ts-node src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "typescript", "http", "response", "standardization", "express" ], "author": "joyal-shaji", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "express": "^4.21.2", "jest": "^30.1.3" }, "devDependencies": { "nodemon": "^3.1.10", "ts-node": "^10.9.2", "typescript": "^5.9.2", "winston": "^3.17.0" } }