{
    "name": "aflower-cli",
    "version": "0.0.9",
    "description": "One flower project command line interface.",
    "scripts": {
        "command": "node bin/aflower.js",
        "prepare": "husky install",
        "cz": "git-cz"
    },
    "bin": {
        "aflower": "bin/aflower.js"
    },
    "publishConfig": {
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/lunoob/aflower-cli.git"
    },
    "keywords": [
        "一枝花",
        "脚手架",
        "工程化",
        "cli",
        "command",
        "flower"
    ],
    "author": "Luoob <liutzui@163.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/lunoob/aflower-cli/issues"
    },
    "homepage": "https://github.com/lunoob/aflower-cli#readme",
    "devDependencies": {
        "@commitlint/config-conventional": "^17.0.2",
        "@typescript-eslint/eslint-plugin": "^5.27.1",
        "@typescript-eslint/parser": "^5.27.1",
        "commitizen": "^4.2.4",
        "eslint": "^8.0.1",
        "eslint-config-standard": "^17.0.0",
        "eslint-plugin-import": "^2.25.2",
        "eslint-plugin-n": "^15.0.0",
        "eslint-plugin-promise": "^6.0.0",
        "husky": "^8.0.1",
        "lint-staged": "^13.0.1",
        "typescript": "^4.7.3"
    },
    "dependencies": {
        "chalk": "4.1.2",
        "commander": "^9.3.0",
        "cross-spawn": "^7.0.3",
        "enquirer": "^2.3.6",
        "fs-extra": "^10.1.0",
        "json-stable-stringify-without-jsonify": "^1.0.1",
        "lodash-es": "^4.17.21",
        "ora": "^6.1.0"
    },
    "config": {
        "commitizen": {
            "path": "cz-conventional-changelog"
        }
    },
    "type": "module"
}
