{
  "name": "routing-controllers-extended",
  "private": false,
  "version": "3.0.1",
  "description": "A lightweight and highly adaptable TypeScript framework for building REST-APIs and microservices with Express or Koa. It features full support for ESM and CommonJS. Designed for rapid development it provides a flexible controller-based architecture that scales with your needs.",
  "author": "TypeStack contributors",
  "license": "MIT",
  "sideEffects": false,
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./types/index.d.ts",
  "exports": {
    ".": {
      "require": "./cjs/index.js",
      "import": "./esm/index.js"
    },
    "./cjs": "./cjs/index.js",
    "./esm": "./esm/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/spicemc/rce.git"
  },
  "tags": [
    "express",
    "express.js",
    "typescript",
    "typescript-express",
    "typescript-express.js",
    "express-controllers",
    "controllers",
    "koa",
    "koa.js",
    "typescript-koa",
    "typescript-framework"
  ],
  "dependencies": {
    "cookie": "^1.0.2",
    "glob": "^11.0.3",
    "reflect-metadata": "^0.2.2",
    "template-url": "^1.0.0"
  },
  "peerDependencies": {
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.2"
  },
  "optionalDependencies": {
    "express": "^5.1.0",
    "express-session": "^1.18.2",
    "multer": "^2.0.2"
  }
}
