@sportheroes/bk-standard-version
Version:
Replacement for `npm version` with automatic CHANGELOG generation
65 lines (64 loc) • 1.58 kB
JSON
{
"name": "@sportheroes/bk-standard-version",
"version": "5.3.4",
"description": "Replacement for `npm version` with automatic CHANGELOG generation",
"bin": "bin/cli.js",
"scripts": {
"pretest": "standard",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc mocha --timeout=40000 test.js",
"release": "bin/cli.js"
},
"nyc": {
"exclude": [
"tmp/**"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/sportheroes/bk-standard-version.git"
},
"engines": {
"node": ">=22"
},
"keywords": [
"conventional-changelog",
"recommended",
"changelog",
"automatic",
"workflow",
"version",
"SportHeroesGroup",
"standard"
],
"author": "Romain Gagnaire <romain.gagnaire.pro@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sportheroes/bk-standard-version/issues"
},
"homepage": "https://github.com/sportheroes/bk-standard-version#readme",
"dependencies": {
"@sportheroes/bk-conventional-changelog": "2.0.3",
"@sportheroes/bk-conventional-recommended-bump": "1.2.0",
"chalk": "2.4.2",
"conventional-changelog": "5.1.0",
"figures": "2.0.0",
"fs-access": "1.0.1",
"git-branch": "2.0.1",
"semver": "5.7.2",
"yargs": "17.7.2"
},
"devDependencies": {
"chai": "4.5.0",
"coveralls": "3.1.1",
"mocha": "10.4.0",
"mock-git": "2.0.0",
"mockery": "2.1.0",
"nyc": "17.1.0",
"shelljs": "0.9.2",
"standard": "17.1.2"
},
"peerDependencies": {
"config": "3.X"
}
}