{
    "name": "@chanchi/cli",
    "version": "1.1.1",
    "description": "CLI for Chi",
    "type": "module",
    "repository": {
        "type": "git",
        "url": "https://github.com/navelorange1999/chi-dev-cli.git"
    },
    "bugs": {
        "url": "https://github.com/navelorange1999/chi-dev-cli/issues"
    },
    "homepage": "https://github.com/navelorange1999/chi-dev-cli#readme",
    "main": "dist/cli.js",
    "bin": {
        "chi": "./dist/cli.js"
    },
    "scripts": {
        "dev": "tsx src/cli.ts",
        "build": "tsup",
        "start": "node dist/cli.js",
        "cz": "bunx cz",
        "prepublishOnly": "npm run build",
        "prepare": "husky install",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "cli"
    ],
    "author": "navelorange1999",
    "publishConfig": {
        "access": "public"
    },
    "packageManager": "bun@1.1.45",
    "dependencies": {
        "chalk": "^5.3.0",
        "commander": "^12.1.0",
        "fs-extra": "^11.2.0",
        "inquirer": "^10.2.2",
        "ora": "^8.1.1"
    },
    "devDependencies": {
        "@commitlint/cli": "^19.6.0",
        "@commitlint/cz-commitlint": "^19.6.0",
        "@commitlint/config-conventional": "^19.6.0",
        "@types/fs-extra": "^11.0.4",
        "@types/inquirer": "^9.0.7",
        "@types/node": "^22.10.2",
        "@typescript-eslint/eslint-plugin": "^8.18.2",
        "@typescript-eslint/parser": "^8.18.2",
        "commitizen": "^4.3.1",
        "eslint": "^9.17.0",
        "husky": "^9.1.7",
        "nodemon": "^3.1.9",
        "tsup": "^8.3.5",
        "tsx": "^4.19.2",
        "typescript": "^5.7.2"
    },
    "config": {
        "commitizen": {
            "path": "@commitlint/cz-commitlint"
        }
    }
}