{
  "name": "@fastcomments/tsoa-runtime",
  "description": "Runtime for @fastcomments/tsoa - Express-only OpenAPI-compliant REST APIs",
  "version": "6.6.8",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "typescript",
    "openapi",
    "swagger",
    "server",
    "node",
    "node.js",
    "codegen",
    "generation",
    "express"
  ],
  "scripts": {
    "build": "yarn tsc",
    "tsc": "tsc",
    "watch": "tsc -w"
  },
  "author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
  "license": "MIT",
  "dependencies": {
    "@types/multer": "^1.4.12",
    "express": "^4.21.2",
    "reflect-metadata": "^0.2.2",
    "validator": "^13.12.0"
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "@types/validator": "^13.12.2",
    "typescript": "^5.7.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fastcomments/tsoa.git"
  },
  "engines": {
    "yarn": ">=1.9.4",
    "node": ">=18.0.0"
  },
  "engineStrict": true,
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "da35d5739ad4935253e97709846bebb1abee9b8d"
}
