{
  "_args": [
    [
      "tsoa@7.0.0-alpha.0",
      "/var/www/html/armory.jba3.com/api-temporary-for-convert"
    ]
  ],
  "_from": "tsoa@7.0.0-alpha.0",
  "_id": "tsoa@7.0.0-alpha.0",
  "_inBundle": false,
  "_integrity": "sha512-o5h2DD1IKa2GF728BHYDL2uSX57a44sX8BLFScR4KbD0xlOmgsSDECneJmouDxf9MJdjHHWc+I1S3sGK82B6kQ==",
  "_location": "/tsoa",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tsoa@7.0.0-alpha.0",
    "name": "tsoa",
    "escapedName": "tsoa",
    "rawSpec": "7.0.0-alpha.0",
    "saveSpec": null,
    "fetchSpec": "7.0.0-alpha.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tsoa/-/tsoa-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"
  },
  "bin": {
    "tsoa": "dist/cli.js"
  },
  "bugs": {
    "url": "https://github.com/lukeautry/tsoa/issues"
  },
  "dependencies": {
    "@tsoa/cli": "^7.0.0-alpha.0",
    "@tsoa/runtime": "^7.0.0-alpha.0"
  },
  "description": "Build swagger-compliant REST APIs using TypeScript and Node",
  "devDependencies": {
    "@types/node": "^18.0.0",
    "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",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukeautry/tsoa.git"
  },
  "scripts": {
    "build": "yarn tsc",
    "tsc": "tsc -b",
    "watch": "tsc -b -w"
  },
  "typings": "./dist/index.d.ts",
  "version": "7.0.0-alpha.0"
}
