-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.21 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": "changelog-action",
"version": "1.3.2",
"description": "Conventional changelog for marpple",
"main": "src/main.js",
"scripts": {
"deploy": "npx np --no-tests --no-publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marpple/changelog-action.git"
},
"keywords": [],
"author": "dhl@marpple.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/marpple/changelog-action/issues"
},
"homepage": "https://github.com/marpple/changelog-action#readme",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"concat-stream": "^2.0.0",
"conventional-changelog": "^3.1.24",
"conventional-changelog-angular": "^5.0.12",
"conventional-changelog-conventionalcommits": "^4.6.0",
"conventional-commits-filter": "^2.0.7",
"conventional-commits-parser": "^3.2.1",
"conventional-recommended-bump": "^6.1.0",
"dateformat": "^4.5.1",
"fxjs": "^0.21.3",
"gh-got": "^9.0.0",
"git-raw-commits": "^2.0.10",
"git-semver-tags": "^4.1.1",
"lodash.merge": "^4.6.2",
"object-assign": "^4.1.1",
"q": "^1.5.1",
"semver": "^7.3.5",
"simple-git": "^2.41.1",
"through2": "^4.0.2"
}
}