{ "name": "conventional-semantic-git-tag-increment", "description": "GitHub Action to increment semantic version tag based on conventional commits", "main": "src/index.ts", "scripts": { "typecheck": "tsc --noEmit", "build": "esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node --target=node24 --minify", "test": "jest", "format": "prettier --write src/**/*.ts" }, "author": "Timo Behrendt ", "license": "MIT", "devDependencies": { "@types/conventional-commits-parser": "5.0.2", "@types/jest": "30.0.0", "@types/node": "24.12.2", "esbuild": "0.28.0", "jest": "30.3.0", "prettier": "3.8.1", "ts-jest": "29.4.9", "typescript": "5.9.3" }, "dependencies": { "@actions/core": "2.0.3", "conventional-commits-parser": "3.2.4" } }