{
    "name": "icinfo-cli",
    "version": "1.1.11",
    "description": "前端自动化工具",
    "author": "fed-group <fed-group@icinfo.com.cn>",
    "homepage": "",
    "license": "ISC",
    "main": "bin/index.js",
    "bin": {
        "icinfo": "bin/index.js",
        "hx": "bin/index.js"
    },
    "directories": {
        "lib": "lib",
        "template": "template",
        "test": "__tests__"
    },
    "files": [
        "lib",
        "template"
    ],
    "repository": {
        "type": "git",
        "url": "git@gitlab.icinfo.co:fed/icinfo-cli.git"
    },
    "devDependencies": {
        "execa": "^4.1.0"
    },
    "dependencies": {
        "axios": "^0.21.1",
        "boxen": "^4.2.0",
        "chalk": "^4.1.0",
        "commander": "^6.2.0",
        "download-git-repo": "^3.0.2",
        "ejs": "^3.1.10",
        "fs-extra": "^9.0.1",
        "inquirer": "^7.3.3",
        "moment": "^2.30.1",
        "openai": "^4.52.7",
        "ora": "^5.1.0",
        "rimraf": "^3.0.2",
        "update-notifier": "^5.0.1"
    }
}
