{
  "_args": [
    [
      "@tsoa/runtime@7.0.0-alpha.0",
      "/var/www/html/armory.jba3.com/api-temporary-for-convert"
    ]
  ],
  "_from": "@tsoa/runtime@7.0.0-alpha.0",
  "_id": "@tsoa/runtime@7.0.0-alpha.0",
  "_inBundle": false,
  "_integrity": "sha512-zlWYz2bLfaN6WtFoIbLBEAyVhKG4IQKJ9QPzeRFFKeAsh5zYN4/ocnd14XyWs4ehY9TdtTnma2drW89aYNSRYw==",
  "_location": "/@tsoa/runtime",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tsoa/runtime@7.0.0-alpha.0",
    "name": "@tsoa/runtime",
    "escapedName": "@tsoa%2fruntime",
    "scope": "@tsoa",
    "rawSpec": "7.0.0-alpha.0",
    "saveSpec": null,
    "fetchSpec": "7.0.0-alpha.0"
  },
  "_requiredBy": [
    "/",
    "/@tsoa/cli",
    "/tsoa"
  ],
  "_resolved": "https://registry.npmjs.org/@tsoa/runtime/-/runtime-7.0.0-alpha.0.tgz",
  "_spec": "7.0.0-alpha.0",
  "_where": "/var/www/html/armory.jba3.com/api-temporary-for-convert",
  "author": {
    "name": "Luke Autry",
    "email": "lukeautry@gmail.com",
    "url": "http://www.lukeautry.com"
  },
  "bugs": {
    "url": "https://github.com/lukeautry/tsoa/issues"
  },
  "dependencies": {
    "@hapi/boom": "^10.0.1",
    "@hapi/hapi": "^21.3.12",
    "@types/koa": "^2.15.0",
    "@types/multer": "^1.4.12",
    "express": "^4.21.2",
    "reflect-metadata": "^0.2.2",
    "validator": "^13.12.0"
  },
  "description": "Build swagger-compliant REST APIs using TypeScript and Node",
  "devDependencies": {
    "@types/node": "^18.0.0",
    "@types/validator": "^13.12.2",
    "typescript": "^5.7.2"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=18.0.0",
    "yarn": ">=1.9.4"
  },
  "files": [
    "dist"
  ],
  "gitHead": "6595d721e241360c920966c275440c09bd78fdb8",
  "homepage": "https://github.com/lukeautry/tsoa#readme",
  "keywords": [
    "typescript",
    "openapi",
    "swagger",
    "server",
    "node",
    "node.js",
    "codegen",
    "generation",
    "express",
    "hapi.js",
    "koa"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@tsoa/runtime",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukeautry/tsoa.git"
  },
  "scripts": {
    "build": "yarn tsc",
    "tsc": "tsc",
    "watch": "tsc -w"
  },
  "typings": "./dist/index.d.ts",
  "version": "7.0.0-alpha.0"
}
