Files
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

45 lines
1.1 KiB
JSON

{
"name": "git-raw-commits",
"type": "module",
"version": "5.0.1",
"description": "Get raw git commits out of your repository using git-log(1).",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"license": "MIT",
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#readme",
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git",
"directory": "packages/git-raw-commits"
},
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"keywords": [
"git-raw-commits",
"raw",
"commit",
"commits",
"git",
"log",
"git-log",
"deprecated"
],
"engines": {
"node": ">=18"
},
"bin": {
"git-raw-commits": "./src/cli.js"
},
"exports": "./src/index.js",
"files": [
"src"
],
"dependencies": {
"meow": "^13.0.0",
"@conventional-changelog/git-client": "^2.6.0"
}
}