{
  "name": "kgr",
  "version": "1.0.20",
  "description": "project gardener",
  "main": "dist/index.js",
  "scripts": {
    "preuninstall": "echo 'remove source' && rm -rf ./.__source",
    "dev": "rm -rf dist &&  mkdir -p dist && babel src --watch --out-dir dist",
    "gitcommit": "git add . && git commit --allow-empty -am 'build..'",
    "build": "rm -rf dist && mkdir -p dist && babel src --out-dir dist && npm run gitcommit",
    "release": "npm run release-patch",
    "prelease": "npm run build && npm version prerelease && git push --tags --force && git push && npm publish",
    "release-patch": "npm run build && npm version patch && git push --tags && git push && npm publish",
    "release-minor": "npm run build && npm version minor && git push --tags && git push && npm publish",
    "release-major": "npm run build && npm version major && git push --tags && git push && npm publish"
  },
  "bin": {
    "kgr": "dist/bin/kgr.js"
  },
  "author": "wangjianliang",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-add-module-exports": "^1.0.0",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "chalk": "latest",
    "commander": "^2.19.0",
    "debug": "^4.1.0",
    "del": "^3.0.0",
    "detect-import-require": "^2.0.0",
    "execa": "^1.0.0",
    "globby": "^8.0.1",
    "gulp": "^3.9.1",
    "gulp-cached": "^1.1.1",
    "gulp-replace": "^1.0.0",
    "lodash": "^4.17.10",
    "mkdirp": "^0.5.1",
    "moment": "^2.22.2",
    "pify": "^4.0.1",
    "through2": "^3.0.0",
    "vinyl": "^2.2.0"
  }
}
