{
  "name": "builder-cli",
  "version": "0.2.1",
  "description": "A front-end builder",
  "bin": {
    "builder": "bin/builder"
  },
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "commit": "git add . && git-cz",
    "changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -v",
    "release": "sh scripts/p.sh",
    "test": "echo 'Under construction'"
  },
  "repository": "git@github.com:lbwa/builder-cli.git",
  "author": "Bowen <mr_lbw@outlook.com>",
  "license": "MIT",
  "homepage": "https://github.com/lbwa/builder-cli#readme",
  "bugs": {
    "url": "https://github.com/lbwa/builder-cli/issues"
  },
  "private": false,
  "keywords": [
    "front-end",
    "front-end-kit",
    "cli",
    "fe",
    "fe-kit",
    "builder",
    "starter"
  ],
  "dependencies": {
    "chalk": "^2.4.1",
    "cli-table": "^0.3.1",
    "commander": "^2.15.1",
    "download-git-repo": "^1.0.2",
    "inquirer": "^6.0.0",
    "ora": "^2.1.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "devDependencies": {
    "commitizen": "^2.10.1",
    "conventional-changelog-cli": "^2.0.1",
    "cz-conventional-changelog": "^2.1.0"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}
