{ "name": "@rocket.chat/release-action", "version": "2.2.4", "private": true, "main": "dist/index.js", "scripts": { "build": "tsc", "lint": "eslint .", "lint:fix": "eslint --fix src" }, "dependencies": { "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", "@actions/github": "^9.1.1", "@octokit/core": "^7.0.6", "@octokit/plugin-throttling": "^11.0.3", "mdast-util-to-string": "2.0.0", "remark-parse": "9.0.0", "remark-stringify": "9.0.1", "semver": "^7.6.3", "unified": "9.2.2" }, "devDependencies": { "@types/node": "~22.19.17", "eslint": "~9.39.4", "typescript": "~5.9.3" }, "packageManager": "yarn@4.12.0", "volta": { "extends": "../../package.json" } }