{ "name": "@rocket.chat/release-action", "version": "2.2.3", "private": true, "main": "dist/index.js", "scripts": { "build": "tsc", "lint": "eslint src", "lint:fix": "eslint --fix src" }, "dependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.1", "@octokit/core": "^5.0.1", "@octokit/plugin-throttling": "^6.1.0", "@rocket.chat/eslint-config": "workspace:^", "eslint": "~8.45.0", "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.16.5", "typescript": "~5.9.3" }, "packageManager": "yarn@4.11.0", "volta": { "extends": "../../package.json" } }