{
    "name": "complete-cli",
    "version": "1.5.30",
    "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": "catalog:",
        "chalk": "catalog:",
        "clipanion": "catalog:",
        "complete-common": "workspace:*",
        "complete-node": "workspace:*",
        "klaw-sync": "catalog:",
        "source-map-support": "catalog:",
        "yaml": "catalog:"
    },
    "devDependencies": {
        "@types/klaw-sync": "catalog:",
        "@types/node": "catalog:",
        "@types/source-map-support": "catalog:",
        "ts-loader": "catalog:",
        "tsconfig-paths-webpack-plugin": "catalog:",
        "typescript": "catalog:",
        "webpack": "catalog:",
        "webpack-shebang-plugin": "catalog:"
    },
    "engines": {
        "node": ">= 20.11.0"
    }
}
