46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "conventional-commits-parser",
|
|
"type": "module",
|
|
"version": "6.4.0",
|
|
"description": "Parse raw conventional commits.",
|
|
"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/conventional-commits-parser#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/conventional-changelog/conventional-changelog.git",
|
|
"directory": "packages/conventional-commits-parser"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
|
|
},
|
|
"keywords": [
|
|
"conventional-commits-parser",
|
|
"changelog",
|
|
"conventional",
|
|
"parser",
|
|
"parsing",
|
|
"logs"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"exports": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@simple-libs/stream-utils": "^1.2.0",
|
|
"meow": "^13.0.0"
|
|
},
|
|
"bin": {
|
|
"conventional-commits-parser": "./dist/cli/index.js"
|
|
}
|
|
} |