{
  "name": "last-commit-log",
  "version": "3.4.0",
  "description": "Node.js module to get the last git commit information - mostly to be used by CI/CD and building phase",
  "main": "index.js",
  "files": [
    "index.js",
    "line-diff.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/node-modules/last-commit-log"
  },
  "keywords": [
    "git",
    "commit",
    "history",
    "log"
  ],
  "devDependencies": {
    "eslint": "7",
    "eslint-config-egg": "^7.1.0",
    "eslint-plugin-eggache": "^1.0.0",
    "git-contributor": "2",
    "mocha": "4",
    "nyc": "11",
    "sinon": "4"
  },
  "dependencies": {
    "dotgitconfig": "1",
    "parse-git-config": "^3.0.0"
  },
  "scripts": {
    "lint": "eslint . --fix",
    "test": "nyc --reporter=lcov --reporter=text mocha",
    "contributor": "git-contributor"
  },
  "license": "MIT"
}
