{
  "name": "@namecheap/tsoa-cli",
  "description": "Build swagger-compliant REST APIs using TypeScript and Node",
  "version": "4.1.7",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "typescript",
    "openapi",
    "swagger",
    "server",
    "node",
    "node.js",
    "codegen",
    "generation",
    "express",
    "hapi.js",
    "koa"
  ],
  "scripts": {
    "build": "yarn clean && yarn tsc && yarn copy-templates",
    "copy-templates": "copyfiles -u 1 ./src/routeGeneration/templates/**/* ./dist",
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "tsc": "tsc -b",
    "watch": "tsc -b -w"
  },
  "author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
  "license": "MIT",
  "dependencies": {
    "@namecheap/tsoa-runtime": "^4.1.7",
    "deepmerge": "^4.2.2",
    "fs-extra": "^8.1.0",
    "glob": "^7.1.6",
    "handlebars": "^4.7.7",
    "merge": "^2.1.0",
    "minimatch": "^3.0.4",
    "typescript": "^4.5.4",
    "validator": "^13.6.0",
    "yamljs": "^0.3.0",
    "yargs": "^15.4.1"
  },
  "devDependencies": {
    "@types/glob": "^7.2.0",
    "@types/minimatch": "^3.0.3",
    "@types/node": "^14.11.1",
    "@types/validator": "^13.1.3",
    "@types/yamljs": "^0.2.30",
    "@types/yargs": "^15.0.14",
    "copyfiles": "^2.2.0",
    "rimraf": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lukeautry/tsoa.git"
  },
  "bin": {
    "tsoa": "dist/cli.js"
  },
  "engines": {
    "yarn": ">=1.9.4",
    "node": ">=12.0.0"
  },
  "engineStrict": true,
  "publishConfig": {
    "access": "public"
  }
}
