forked from TriPSs/conventional-changelog-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.1 KB
/
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
33
34
35
36
37
38
39
40
41
42
{
"name": "conventional-changelog-action",
"version": "3.1.0",
"description": "Github Action that generates a changelog with the Conventional Changelog CLI",
"keywords": [
"actions",
"changelog",
"commits",
"conventional",
"github"
],
"homepage": "https://github.com/TriPSs/conventional-changelog-action#readme",
"bugs": {
"url": "https://github.com/TriPSs/conventional-changelog-action/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TriPSs/conventional-changelog-action.git"
},
"license": "MIT",
"author": {
"name": "Tycho Bokdam",
"email": "[email protected]"
},
"main": "src/index.js",
"dependencies": {
"@actions/core": "1.2.6",
"@actions/exec": "1.0.4",
"@iarna/toml": "^2.2.5",
"conventional-changelog": "3.1.23",
"conventional-recommended-bump": "6.0.10",
"git-semver-tags": "4.1.0",
"object-path": "^0.11.5",
"semver": "^7.3.2",
"yaml": "^1.10.0"
},
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"husky": "4.3.6"
}
}