The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/release-action/package.json

32 lines
707 B

{
"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"
}
}