{
  "name": "complete-cli",
  "version": "1.5.31",
  "description": "A command line tool for bootstrapping TypeScript projects.",
  "keywords": [
    "typescript"
  ],
  "homepage": "https://complete-ts.github.io/",
  "bugs": {
    "url": "https://github.com/complete-ts/complete/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/complete-ts/complete.git"
  },
  "license": "MIT",
  "author": "Zamiell",
  "type": "module",
  "bin": {
    "complete-cli": "./dist/src/main.js"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "bun run ./scripts/build.ts",
    "lint": "bun run ./scripts/lint.ts",
    "start": "bun run ./src/main.ts",
    "test": "bun test"
  },
  "dependencies": {
    "@clack/prompts": "1.5.1",
    "chalk": "5.6.2",
    "clipanion": "4.0.0-rc.4",
    "complete-common": "2.29.0",
    "complete-node": "17.0.2",
    "klaw-sync": "7.0.0",
    "source-map-support": "0.5.21",
    "yaml": "2.9.0"
  },
  "devDependencies": {
    "@types/klaw-sync": "6.0.5",
    "@types/node": "25.9.3",
    "@types/source-map-support": "0.5.10",
    "ts-loader": "9.6.1",
    "tsconfig-paths-webpack-plugin": "4.2.0",
    "typescript": "6.0.3",
    "webpack": "5.107.2",
    "webpack-shebang-plugin": "1.1.8"
  },
  "engines": {
    "node": ">= 20.11.0"
  }
}
