{
  "name": "branch-comparer",
  "version": "1.1.0",
  "description": "Checkout multiple git branches, execute scripts and return to the origin branch.",
  "repository": "git@github.com:StarpTech/branch-comparer.git",
  "main": "index.js",
  "scripts": {
    "release": "release-it --github.release",
    "format": "prettier ./*.js --write",
    "test": "prettier ./*.js --debug-check",
    "patch": "np patch --yolo",
    "minor": "np minor --yolo",
    "major": "np major --yolo"
  },
  "engines": {
    "node": ">=10"
  },
  "keywords": [
    "git",
    "branch",
    "checkout",
    "compare"
  ],
  "bin": {
    "branchcmp": "./index.js"
  },
  "author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.1",
    "commander": "^8.0.0",
    "inquirer": "^7.3.3",
    "randomcolor": "^0.6.2",
    "simple-git": "^2.40.0"
  },
  "devDependencies": {
    "release-it": "^14.10.0",
    "prettier": "^2.3.2"
  }
}
