-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 932 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
33
34
35
{
"name": "fancier-discord-webhooks",
"version": "1.4.0",
"description": "This GitHub Action can produce fancy and more meaningful discord messages for your commits. It includes Test results and coverage.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Slimefun/discord-webhook.git"
},
"keywords": [
"github",
"action",
"discord",
"webhook",
"junit",
"tests",
"coverage"
],
"author": "TheBusyBiscuit",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Slimefun/discord-webhook/issues"
},
"homepage": "https://github.com/Slimefun/discord-webhook#readme",
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/github": "^4.0.0",
"child-process-promise": "^2.2.1",
"discord.js": "^12.5.3",
"xml-library": "0.2.0"
}
}