{
  "name": "@tsed/cli",
  "description": "CLI to bootstrap your Ts.ED project",
  "version": "6.4.3",
  "type": "module",
  "main": "./lib/esm/index.js",
  "source": "./src/index.ts",
  "module": "./lib/esm/index.js",
  "typings": "./lib/types/index.d.ts",
  "exports": {
    ".": {
      "cli-tsed-source": "./src/index.ts",
      "types": "./lib/types/index.d.ts",
      "import": "./lib/esm/index.js",
      "default": "./lib/esm/index.js"
    }
  },
  "scripts": {
    "build": "yarn build:ts",
    "build:ts": "tsc --build tsconfig.esm.json",
    "test": "vitest run",
    "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
  },
  "bin": {
    "tsed": "lib/esm/bin/tsed.js"
  },
  "files": [
    "lib/esm/bin/tsed.js",
    "lib/esm/bin",
    "lib",
    "templates"
  ],
  "keywords": [
    "Ts.ED",
    "cli",
    "typescript",
    "framework",
    "rest",
    "api",
    "express",
    "decorators"
  ],
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "@npmcli/run-script": "9.0.0",
    "@swc-node/register": "^1.10.9",
    "@swc/core": "1.7.26",
    "@swc/helpers": "^0.5.13",
    "@tsed/cli-core": "6.4.3",
    "@tsed/core": ">=8.0.0",
    "@tsed/di": ">=8.0.0",
    "@tsed/hooks": ">=8.0.0",
    "@tsed/logger": ">=7.0.1",
    "@tsed/normalize-path": ">=8.0.0",
    "@tsed/openspec": ">=8.0.0",
    "@tsed/schema": ">=8.0.0",
    "chalk": "^5.3.0",
    "change-case": "^5.4.4",
    "consolidate": "^1.0.4",
    "create-frame": "^1.0.0",
    "fs-extra": "^11.2.0",
    "globby": "^14.0.2",
    "handlebars": "^4.7.8",
    "handlebars-utils": "^1.0.6",
    "read-pkg-up": "^11.0.0",
    "rxjs": "^7.8.1",
    "semver": "^7.6.3",
    "tslib": "^2.7.0"
  },
  "devDependencies": {
    "@tsed/typescript": "6.4.3",
    "@types/change-case": "^2.3.1",
    "@types/consolidate": "0.14.4",
    "cross-env": "7.0.3",
    "typescript": "5.6.2",
    "vitest": "3.0.9"
  },
  "peerDependencies": {
    "@tsed/core": ">=8.0.0",
    "@tsed/di": ">=8.0.0",
    "@tsed/hooks": ">=8.0.0",
    "@tsed/logger": ">=7.0.1",
    "@tsed/openspec": ">=8.0.0",
    "@tsed/schema": ">=8.0.0"
  },
  "peerDependenciesMeta": {
    "@tsed/core": {
      "optional": false
    },
    "@tsed/di": {
      "optional": false
    },
    "@tsed/hooks": {
      "optional": false
    },
    "@tsed/logger": {
      "optional": false
    },
    "@tsed/openspec": {
      "optional": false
    },
    "@tsed/schema": {
      "optional": false
    }
  },
  "repository": "https://github.com/tsedio/tsed-cli",
  "bugs": {
    "url": "https://github.com/tsedio/tsed-cli/issues"
  },
  "homepage": "https://github.com/tsedio/tsed-cli/tree/master/packages/cli",
  "author": "Romain Lenzotti",
  "license": "MIT"
}