@marionebl/conventional-recommended-bump
Version:
Get a recommended version bump based on conventional commits
44 lines (43 loc) • 1.34 kB
JSON
{
"name": "@marionebl/conventional-recommended-bump",
"version": "0.2.1",
"description": "Get a recommended version bump based on conventional commits",
"homepage": "https://github.com/conventional-changelog/conventional-recommended-bump",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"repository": "conventional-changelog/conventional-recommended-bump",
"license": "MIT",
"keywords": [
"conventional-recommended-bump",
"recommend",
"conventional",
"bump"
],
"dependencies": {
"@marionebl/git-latest-semver-tag": "^1.0.1",
"@marionebl/git-raw-commits": "^1.1.0",
"concat-stream": "^1.4.10",
"conventional-commits-filter": "^1.0.0",
"conventional-commits-parser": "^1.0.1",
"meow": "^3.3.0",
"object-assign": "^4.0.1"
},
"devDependencies": {
"core-assert": "^0.1.3",
"coveralls": "^2.11.2",
"istanbul": "^0.4.2",
"jscs": "^2.11.0",
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"shelljs": "^0.6.0"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec --timeout 20000 && rm -rf ./coverage",
"lint": "jshint presets test *.js --exclude node_modules && jscs presets test *.js",
"test": "npm run-script lint && mocha --timeout 20000"
},
"bin": "cli.js"
}