post-merge
Version:
A reusable library for handling post-merge operations including version bumping and git tagging
40 lines (39 loc) • 768 B
JSON
{
"name": "post-merge",
"version": "1.0.7-beta.8",
"description": "A reusable library for handling post-merge operations including version bumping and git tagging",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"post-merge": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"hotfix",
"git",
"version",
"ci-cd",
"gitlab"
],
"author": "zhatongning",
"license": "MIT",
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"dependencies": {
"commander": "8.3.0",
"js-yaml": "^4.1.0"
},
"files": [
"dist/**/*",
"README.md"
],
"engines": {
"node": ">=12.0.0"
}
}