45 lines
1.1 KiB
JSON
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"
|
|
}
|
|
} |