forked from levigo/github-action-jira-fixversion
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "github-action-jira-fixversion",
"version": "1.3.0",
"description": "Intended for CD, this action creates and sets the given version as fix version in Jira Cloud for given issues",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/levigo/github-action-jira-fixversion.git"
},
"keywords": [],
"author": "levigo solutions gmbh",
"license": "BSD",
"bugs": {
"url": "https://github.com/levigo/github-action-jira-fixversion/issues"
},
"homepage": "https://github.com/levigo/github-action-jira-fixversion#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"jira-client": "^8.1.0"
},
"devDependencies": {
"@types/node": "^20.11.30"
}
}