{
  "name": "meta-git",
  "version": "1.1.7",
  "description": "git plugin for meta",
  "main": "index.js",
  "bin": {
    "meta-git": "./bin/meta-git",
    "meta-git-add": "./bin/meta-git-add",
    "meta-git-branch": "./bin/meta-git-branch",
    "meta-git-checkout": "./bin/meta-git-checkout",
    "meta-git-clean": "./bin/meta-git-clean",
    "meta-git-clone": "./bin/meta-git-clone",
    "meta-git-commit": "./bin/meta-git-commit",
    "meta-git-diff": "./bin/meta-git-diff",
    "meta-git-fetch": "./bin/meta-git-fetch",
    "meta-git-merge": "./bin/meta-git-merge",
    "meta-git-pull": "./bin/meta-git-pull",
    "meta-git-push": "./bin/meta-git-push",
    "meta-git-remote": "./bin/meta-git-remote",
    "meta-git-status": "./bin/meta-git-status",
    "meta-git-tag": "./bin/meta-git-tag",
    "meta-git-update": "./bin/meta-git-update"
  },
  "scripts": {
    "commit": "git-cz",
    "lint": "prettier --write \"bin/*\" index.js",
    "test": "jest --config jest.json --coverage",
    "test:coverage": "jest --config jest.json --coverage",
    "test:watch": "jest --config jest.json --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mateodelnorte/meta-git.git"
  },
  "keywords": [
    "git",
    "meta",
    "repo",
    "repository",
    "metarepository",
    "metarepo"
  ],
  "author": "hi@iammattwalters.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mateodelnorte/meta/issues"
  },
  "homepage": "https://github.com/mateodelnorte/meta-git#readme",
  "dependencies": {
    "chalk": "^3.0.0",
    "commander": "^2.20.3",
    "debug": "^4.3.2",
    "get-meta-file": "^1.3.5",
    "loop": "^3.3.4",
    "meta-exec": "^1.4.2",
    "meta-loop": "^1.2.2"
  },
  "devDependencies": {
    "@commitlint/cli": "12.1.1",
    "@commitlint/config-conventional": "12.1.1",
    "commitizen": "4.2.3",
    "cz-conventional-changelog": "3.3.0",
    "husky": "6.0.0",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "pretty-quick": "3.1.0"
  }
}
