forked from connorsmallman/github-jira-changelog-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 935 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
29
30
31
{
"name": "github-jira-changelog-action",
"version": "1.1.1",
"description": "Generates a changelog message by looking at Jira issue keys ([DEV-123]) in commit messages.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/connorsmallman/github-jira-changelog-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/connorsmallman/github-jira-changelog-action/issues"
},
"homepage": "https://github.com/connorsmallman/github-jira-changelog-action#readme",
"dependencies": {
"@actions/core": "^1.1.0",
"@actions/github": "^1.1.0",
"ejs": "^3.0.1",
"haikunator": "^2.1.2",
"html-entities": "^1.2.1",
"jira-changelog": "^1.5.0",
"lodash": "^4.17.15",
"octonode": "^0.10.2",
"regexp-from-string": "^0.1.0"
}
}