-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (31 loc) · 873 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": "releases-to-discord",
"version": "1.0.0",
"description": "A GitHub Action that automatically sends a stylized Discord webhook of a GitHub Release description to a specified Discord channel.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"github",
"release",
"action",
"release-to-discord",
"webhook",
"github-action",
"changelog"
],
"author": "Sillyangel",
"bugs": {
"url": "https://github.com/sillyangel/releases-to-discord/issues"
},
"homepage": "https://github.com/sillyangel/releases-to-discord#readme",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"node-fetch": "^3.2.10"
}
}