forked from connorsmallman/github-jira-changelog-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 961 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
32
{
"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": {
"index.js": "node index.js",
"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.10.0",
"@actions/github": "5.1.1",
"ejs": "3.0.1",
"haikunator": "2.1.2",
"html-entities": "1.2.1",
"jira-changelog": "1.5.0",
"lodash": "4.17.15",
"regexp-from-string": "0.1.0",
"simple-git": "3.20.0"
}
}