conventional-changelog-action/node_modules/conventional-recommended-bump/package.json

52 lines
1.6 KiB
JSON

{
"name": "conventional-recommended-bump",
"version": "6.0.10",
"description": "Get a recommended version bump based on conventional commits",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump#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": ">=10"
},
"files": [
"index.js",
"cli.js",
"preset-resolver.js"
],
"keywords": [
"conventional-recommended-bump",
"recommend",
"conventional",
"bump"
],
"dependencies": {
"concat-stream": "^2.0.0",
"conventional-changelog-preset-loader": "^2.3.4",
"conventional-commits-filter": "^2.0.6",
"conventional-commits-parser": "^3.1.0",
"git-raw-commits": "2.0.0",
"git-semver-tags": "^4.1.0",
"meow": "^7.0.0",
"q": "^1.5.1"
},
"scripts": {
"test-windows": "mocha --timeout 30000 ./test/preset-resolver.spec.js"
},
"bin": "cli.js",
"gitHead": "be1246c68f5dc4e6f28996129951a75bbf1cf307"
,"_resolved": "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-6.0.10.tgz"
,"_integrity": "sha512-2ibrqAFMN3ZA369JgVoSbajdD/BHN6zjY7DZFKTHzyzuQejDUCjQ85S5KHxCRxNwsbDJhTPD5hOKcis/jQhRgg=="
,"_from": "conventional-recommended-bump@6.0.10"
}