UNPKG

error-express

Version:

A lightweight, zero-dependency package to handle global errors in Express.js applications. It catches unhandled errors and provides a simple, yet powerful way to manage them.

54 lines (53 loc) 1.33 kB
{ "name": "error-express", "version": "1.3.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup", "watch": "tsup --watch" }, "repository": { "type": "git", "url": "git://github.com/sa3akash/expresss-error-package.git" }, "bugs": { "url": "https://github.com/sa3akash/expresss-error-package/issues" }, "homepage": "https://github.com/sa3akash/expresss-error-package", "keywords": [ "express", "sa3akash", "express-error", "error-express", "catch-express-error", "throw-express-error", "global-error", "global-error-express", "error-handler", "express-error-handler", "error-middleware", "express-async-errors" ], "author": { "name": "Shakil Ahmed", "email": "sa2avroo@gmail.com", "url": "https://github.com/sa3akash" }, "license": "MIT", "type": "commonjs", "description": "A lightweight, zero-dependency package to handle global errors in Express.js applications. It catches unhandled errors and provides a simple, yet powerful way to manage them.", "files": [ "dist", "README.md" ], "devDependencies": { "@types/express": "^5.0.0", "tsup": "^8.3.5", "typescript": "^5.7.3" }, "dependencies": { "express": "^4.21.2" } }