forked from baked-libs/maven-discord-integration
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 885 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": "classic-discord-webhook",
"version": "1.0.0",
"description": "This GitHub Action can produce fancy and more meaningful discord messages for your commits.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrrobotdotapp/classic-discord-webhook.git"
},
"keywords": [
"github",
"action",
"discord",
"webhook"
],
"author": "Thomas Bnt",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mrrobotdotapp/classic-discord-webhook/issues"
},
"homepage": "https://github.com/mrrobotdotapp/classic-discord-webhook#readme",
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "^6.0.0",
"discord.js": "^13.6.0",
"child-process-promise": "^2.2.1",
"xml-library": "0.2.0"
}
}