{
    "name": "ebuild-cli",
    "version": "0.2.14",
    "description": "A project for build a project easily",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "bin": {
        "ebuild": "bin/ebuild.js",
        "ebuild-init": "bin/ebuild-init.js",
        "ebuild-run": "bin/ebuild-run.js",
        "ebuild-count": "bin/ebuild-count.js",
        "ebuild-gen": "bin/ebuild-gen.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theajack/ebuild-cli.git"
    },
    "keywords": [
        "Build-project",
        "Easy-build"
    ],
    "author": "theajack <theajack@qq.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/theajack/ebuild-cli/issues"
    },
    "dependencies": {
        "chalk": "^3.0.0",
        "commander": "^4.0.1",
        "copy-dir": "^1.3.0",
        "count-code-line": "^0.0.4",
        "download-git-repo": "^3.0.2",
        "inquirer": "^7.0.1",
        "lite-server": "^2.5.4",
        "log-progress": "^1.0.5"
    },
    "homepage": "https://github.com/theajack/ebuild-cli#readme",
    "devDependencies": {
        "@babel/core": "^7.6.4",
        "babel-eslint": "^10.0.3",
        "eslint": "^6.5.1"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org"
    }
}
