-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "gh-action-auto-release",
"version": "1.0.2",
"description": "GitHub action to automatically create a release based on a commit message.",
"private": true,
"main": "index.js",
"keywords": [
"GitHub",
"action",
"release",
"automation"
],
"author": "Frankie Wittevrongel <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/plugin-request-log": "^1.0.3",
"@octokit/request-error": "^2.0.5",
"atob": "^2.1.2",
"mdast-builder": "^1.1.1",
"mdast-util-definitions": "^4.0.0",
"mdast-util-to-string": "^2.0.0",
"object-hash": "^2.1.1",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
"remark-reference-links": "^5.0.0",
"remark-squeeze-paragraphs": "^4.0.0",
"remark-stringify": "^9.0.1",
"unified": "^9.2.0",
"unist-util-remove": "^2.0.1",
"unist-util-visit": "^2.0.3",
"utf8": "^3.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0"
}
}