{
  "name": "git-raw-commits",
  "version": "3.0.0",
  "description": "Get raw git commits out of your repository using git-log(1)",
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#readme",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/conventional-changelog.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "keywords": [
    "git-raw-commits",
    "raw",
    "commit",
    "commits",
    "git",
    "log",
    "git-log"
  ],
  "dependencies": {
    "dargs": "^7.0.0",
    "meow": "^8.1.2",
    "split2": "^3.2.2"
  },
  "bin": {
    "git-raw-commits": "cli.js"
  },
  "scripts": {
    "test-windows": "mocha --timeout 30000"
  }
}