{
    "name": "gchcg-cli-dev",
    "version": "1.0.0",
    "description": "gchcg cli dev",
    "main": "index.js",
    "bin": {
        "cg": "bin/index.js"
    },
    "scripts": {
        "start": "node ./bin",
        "build": "gulp",
        "watch": "gulp watch"
    },
    "keywords": [
        "cg",
        "cg cli"
    ],
    "author": "Baran <info@cxvh.com>",
    "license": "ISC",
    "dependencies": {
        "axios": "1.7.9",
        "cli-spinner": "0.2.10",
        "colors": "1.4.0",
        "commander": "6.2.1",
        "dotenv": "16.4.7",
        "ejs": "3.1.10",
        "fs-extra": "11.3.0",
        "glob": "7.2.3",
        "inquirer": "12.3.2",
        "kebab-case": "1.0.2",
        "listr": "0.14.3",
        "npminstall": "7.12.0",
        "npmlog": "7.0.1",
        "path-exists": "4.0.0",
        "pkg-dir": "3.0.0",
        "root-check": "1.0.0",
        "rxjs": "7.8.1",
        "semver": "7.6.3",
        "simple-git": "3.27.0",
        "terminal-link": "2.1.1",
        "url-join": "4.0.1",
        "user-home": "2.0.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/code-ba/gchcg-cli.git"
    },
    "bugs": {
        "url": "https://github.com/code-ba/gchcg-cli/issues"
    },
    "homepage": "https://github.com/code-ba/gchcg-cli#readme",
    "files": [
        "bin",
        "lib",
        "package.json",
        "README.md",
        "index.js"
    ],
    "devDependencies": {
        "gulp": "5.0.0",
        "gulp-terser": "2.1.0"
    }
}