{
  "name": "express-error-catcher",
  "version": "1.0.2",
  "description": "async error handler",
  "main": "./build/index.js",
  "module": "./build/index.mjs",
  "types": "./build/index.d.ts",
  "scripts": {
    "build": "tsup",
    "dev": "nodemon"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thwahatkp/async-handler.git"
  },
  "files": [
    "build/"
  ],
  "keywords": [
    "express",
    "response",
    "async",
    "error middleware",
    "await",
    "error",
    "handling"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/thwahatkp/async-handler/issues"
  },
  "homepage": "https://github.com/thwahatkp/async-handler#readme",
  "dependencies": {
    "express": "^4.18.2",
    "http-status-codes": "^2.3.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  }
}
