{
  "name": "@tsed/platform-express",
  "description": "A TypeScript Framework on top of Express",
  "type": "module",
  "version": "8.32.1",
  "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": {
    "build": "yarn barrels && yarn build:ts",
    "barrels": "barrels",
    "start": "ts-node test/app/index.ts",
    "start:emulate": "ts-node test/app/emulate.ts",
    "test": "vitest run",
    "build:ts": "tsc --build tsconfig.esm.json",
    "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
  },
  "keywords": [
    "Express",
    "TypeScript",
    "typescript",
    "Decorator",
    "decorators",
    "decorator",
    "express",
    "Controller",
    "Inject",
    "ioc",
    "di",
    "mvc",
    "swagger",
    "swagger ui",
    "ES2015",
    "ES6",
    "server",
    "rest",
    "api",
    "validation"
  ],
  "author": "Romain Lenzotti",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tsedio/tsed/issues"
  },
  "homepage": "https://github.com/tsedio/tsed/tree/production/packages/platform/platform-express",
  "repository": "https://github.com/tsedio/tsed",
  "dependencies": {
    "multer": "^2.0.0",
    "tslib": ">=2.7.0"
  },
  "devDependencies": {
    "@tsed/barrels": "8.32.1",
    "@tsed/core": "8.32.1",
    "@tsed/di": "8.32.1",
    "@tsed/platform-http": "8.32.1",
    "@tsed/platform-test-sdk": "8.32.1",
    "@tsed/platform-views": "8.32.1",
    "@tsed/typescript": "8.32.1",
    "@types/body-parser": "1.19.5",
    "@types/compression": "1.7.5",
    "@types/cookie-parser": "1.4.7",
    "@types/express": "^5.0.6",
    "@types/express-session": "1.18.1",
    "@types/method-override": "0.0.35",
    "body-parser": "2.2.1",
    "compression": "1.8.0",
    "cookie-parser": "1.4.7",
    "cors": "2.8.5",
    "cross-env": "7.0.3",
    "eslint": "9.12.0",
    "express": "5.2.1",
    "express-session": "1.18.1",
    "method-override": "3.0.0",
    "typescript": "6.0.2",
    "vitest": "4.1.4"
  },
  "peerDependencies": {
    "@tsed/core": ">=8.0.0",
    "@tsed/di": ">=8.0.0",
    "@tsed/json-mapper": ">=8.0.0",
    "@tsed/logger": ">=8.0.0",
    "@tsed/openspec": ">=8.0.0",
    "@tsed/platform-http": ">=8.0.0",
    "@tsed/platform-views": ">=8.0.0",
    "@tsed/schema": ">=8.0.0",
    "body-parser": ">=1.19.0",
    "express": ">=4.17.1",
    "multer": ">=2.0.0"
  },
  "peerDependenciesMeta": {
    "@tsed/core": {
      "optional": false
    },
    "@tsed/di": {
      "optional": false
    },
    "@tsed/json-mapper": {
      "optional": false
    },
    "@tsed/logger": {
      "optional": false
    },
    "@tsed/platform-http": {
      "optional": false
    },
    "@tsed/platform-views": {
      "optional": true
    },
    "@tsed/schema": {
      "optional": false
    },
    "express": {
      "optional": false
    },
    "multer": {
      "optional": false
    }
  }
}