msbump
Version:

41 lines (40 loc) • 662 B
JSON
{
"name": "msbump",
"version": "2.2.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc"
},
"keywords": [
"bump",
"semver",
"version",
"versioning",
"dotnet",
"dotnetcore",
"dotnetcli",
"c#",
"microsoft",
"dotnet-cli",
"dotnet-core",
"devops",
"ci",
"cd",
"continuous-delivery"
],
"repository": {
"type": "git",
"url": "https://github.com/wickdninja/msbump"
},
"author": "wickdninja",
"license": "ISC",
"bin": "lib/msbump.js",
"dependencies": {
"git-tag": "^0.2.0",
"yargs": "^17.2.1"
},
"prettier": {
"singleQuote": true
}
}