{ "name": "conventional-semantic-git-tag-increment", "description": "GitHub Action to increment semantic version tag based on conventional commits", "license": "MIT", "author": "Timo Behrendt ", "main": "src/index.ts", "scripts": { "typecheck": "tsc --noEmit", "build": "rolldown -c", "test": "vitest", "format": "oxfmt", "format:check": "oxfmt --check" }, "dependencies": { "@actions/core": "3.0.1", "conventional-commits-parser": "3.2.4" }, "devDependencies": { "@types/conventional-commits-parser": "5.0.2", "@types/node": "24.13.2", "@vitest/coverage-v8": "4.1.10", "oxfmt": "0.59.0", "rolldown": "1.2.0", "typescript": "7.0.2", "vitest": "4.1.10" } }