{
  "_args": [
    [
      "@tsoa/cli@7.0.0-alpha.0",
      "/var/www/html/armory.jba3.com/api-temporary-for-convert"
    ]
  ],
  "_from": "@tsoa/cli@7.0.0-alpha.0",
  "_id": "@tsoa/cli@7.0.0-alpha.0",
  "_inBundle": false,
  "_integrity": "sha512-fCBWv6F20qrpwFh5X+vaZs38Bh/5cVwKPhvG/uArR+crZgEowyNl76unLCmYdvycES9Y6g/TKFLagG8qojSNuQ==",
  "_location": "/@tsoa/cli",
  "_phantomChildren": {
    "@pkgjs/parseargs": "0.11.0",
    "balanced-match": "1.0.2",
    "color-convert": "2.0.1",
    "eastasianwidth": "0.2.0",
    "foreground-child": "3.3.1",
    "is-fullwidth-code-point": "3.0.0",
    "minipass": "7.1.3",
    "package-json-from-dist": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tsoa/cli@7.0.0-alpha.0",
    "name": "@tsoa/cli",
    "escapedName": "@tsoa%2fcli",
    "scope": "@tsoa",
    "rawSpec": "7.0.0-alpha.0",
    "saveSpec": null,
    "fetchSpec": "7.0.0-alpha.0"
  },
  "_requiredBy": [
    "/tsoa"
  ],
  "_resolved": "https://registry.npmjs.org/@tsoa/cli/-/cli-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/runtime": "^7.0.0-alpha.0",
    "@types/multer": "^1.4.12",
    "fs-extra": "^11.2.0",
    "glob": "^10.3.10",
    "handlebars": "^4.7.8",
    "merge-anything": "^5.1.7",
    "minimatch": "^9.0.1",
    "ts-deepmerge": "^7.0.2",
    "typescript": "^5.7.2",
    "validator": "^13.12.0",
    "yaml": "^2.6.1",
    "yargs": "^17.7.1"
  },
  "description": "Build swagger-compliant REST APIs using TypeScript and Node",
  "devDependencies": {
    "@types/glob": "^8.1.0",
    "@types/minimatch": "^5.1.0",
    "@types/node": "^18.0.0",
    "@types/validator": "^13.12.2",
    "@types/yargs": "^17.0.33",
    "copyfiles": "^2.4.1",
    "rimraf": "^5.0.5"
  },
  "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/cli",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukeautry/tsoa.git"
  },
  "scripts": {
    "build": "yarn clean && yarn tsc && yarn copy-templates",
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "copy-templates": "copyfiles -u 1 ./src/routeGeneration/templates/*.hbs ./dist",
    "tsc": "tsc -b",
    "watch": "tsc -b -w"
  },
  "typings": "./dist/index.d.ts",
  "version": "7.0.0-alpha.0"
}
