{
  "name": "@fabiospampinato/autogit",
  "description": "Define commands, using plugins, to execute across all your repositories.",
  "version": "1.2.5",
  "bin": "dist/bin/index.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "compile": "tsc --skipLibCheck && tstei",
    "compile:watch": "tsc --skipLibCheck --watch",
    "prepublishOnly": "npm run clean && npm run compile",
    "postpublish": "npm run docs:release",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "docs:push": "push-dir --dir=docs/.vuepress/dist --branch=gh-pages",
    "docs:release": "npm run docs:build && npm run docs:push"
  },
  "bugs": {
    "url": "https://github.com/fabiospampinato/autogit/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Fabio Spampinato",
    "email": "spampinabio@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fabiospampinato/autogit.git"
  },
  "keywords": [
    "autogit",
    "git",
    "automator",
    "bulk",
    "plugins"
  ],
  "dependencies": {
    "autogit-command-shell": "^1.0.3",
    "autogit-command-status": "^1.0.1",
    "caporal": "git://github.com/fabiospampinato/Caporal.js#cf0f5eeefb2e04cc07798bf4a45d6bda5e2a2f63",
    "chalk": "^2.4.1",
    "execa": "^1.0.0",
    "inquirer-helpers": "^1.3.2",
    "listr": "git://github.com/fabiospampinato/listr#d1249e5f7b64c95fb6940e9aff020646e2941183",
    "listr-compose": "^1.0.0",
    "listr-update-renderer": "git://github.com/fabiospampinato/listr-update-renderer#a83ad7bd4f7b91032c62e6e586c60f22c551c95d",
    "lodash": "^4.17.11",
    "micromatch": "^3.1.10",
    "minimist": "^1.2.0",
    "pify": "^4.0.0",
    "plist": "^3.0.1",
    "read-pkg-up": "^4.0.0",
    "simple-git": "^1.105.0",
    "strip-ansi": "^5.0.0",
    "tildify": "^1.2.0",
    "untildify": "^3.0.3",
    "update-notifier": "^2.5.0",
    "walker": "^1.0.7"
  },
  "devDependencies": {
    "@types/node": "^10.11.7",
    "push-dir": "^0.4.1",
    "rimraf": "^2.6.2",
    "typescript": "^3.0.3",
    "typescript-transform-export-interop": "^1.0.1",
    "vuepress": "^0.14.4"
  }
}
