Files
gruvbox/node_modules/conventional-commits-parser/package.json

53 lines
1.3 KiB
JSON

{
"name": "conventional-commits-parser",
"version": "2.1.7",
"description": "Parse raw conventional commits",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#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",
"files": [
"index.js",
"cli.js",
"lib"
],
"keywords": [
"conventional-commits-parser",
"changelog",
"conventional",
"parser",
"parsing",
"logs"
],
"dependencies": {
"JSONStream": "^1.0.4",
"is-text-path": "^1.0.0",
"lodash": "^4.2.1",
"meow": "^4.0.0",
"split2": "^2.0.0",
"through2": "^2.0.0",
"trim-off-newlines": "^1.0.0"
},
"devDependencies": {
"concat-stream": "^1.6.0"
},
"scripts": {
"lint": "eslint --fix .",
"test": "npm run lint && mocha --timeout=30000",
"test-windows": "echo 'make work on windows'"
},
"bin": {
"conventional-commits-parser": "cli.js"
}
}