{
  "name": "@tsed/exceptions",
  "description": "HTTP exceptions module for Ts.ED Framework and other pure Express application",
  "type": "module",
  "version": "8.26.2",
  "source": "./src/index.ts",
  "main": "./lib/esm/index.js",
  "module": "./lib/esm/index.js",
  "typings": "./lib/types/index.d.ts",
  "exports": {
    ".": {
      "tsed-source": "./src/index.ts",
      "types": "./lib/types/index.d.ts",
      "import": "./lib/esm/index.js",
      "default": "./lib/esm/index.js"
    }
  },
  "scripts": {
    "clean": "rm -rf lib",
    "build": "yarn clean && yarn barrels && yarn build:ts",
    "barrels": "barrels",
    "test": "vitest run",
    "build:ts": "tsc --build tsconfig.esm.json",
    "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
  },
  "dependencies": {
    "change-case": "^5.4.4",
    "statuses": "^2.0.1",
    "tslib": ">=2.7.0"
  },
  "devDependencies": {
    "@tsed/barrels": "8.26.2",
    "@tsed/typescript": "8.26.2",
    "@types/statuses": "2.0.5",
    "eslint": "9.12.0",
    "typescript": "6.0.2",
    "vite": "7.3.2",
    "vitest": "3.2.4"
  },
  "peerDependencies": {
    "@tsed/core": ">=8.0.0"
  },
  "repository": "https://github.com/tsedio/tsed",
  "bugs": {
    "url": "https://github.com/tsedio/tsed/issues"
  },
  "homepage": "https://github.com/tsedio/tsed/tree/production/packages/specs/exceptions",
  "author": "Romain Lenzotti",
  "license": "MIT"
}