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

30 lines
706 B

{
"name": "@rocket.chat/release-action",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc",
"lint": "eslint src",
"lint:fix": "eslint --fix src"
},
"main": "dist/index.js",
"packageManager": "yarn@3.5.1",
"devDependencies": {
"@types/eslint": "^8.40.2",
"@types/node": "^16.18.36",
"typescript": "^5.1.3"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@octokit/plugin-throttling": "^6.0.0",
"@rocket.chat/eslint-config": "workspace:^",
"eslint": "^8.43.0",
"mdast-util-to-string": "2.0.0",
"remark-parse": "9.0.0",
"remark-stringify": "9.0.1",
"semver": "^7.5.2",
"unified": "9.2.2"
}
}