mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
feat: updated package.json
This commit is contained in:
+19
-4
@@ -1,14 +1,29 @@
|
|||||||
{
|
{
|
||||||
"name": "github-release-to-discord",
|
"name": "github-release-to-discord",
|
||||||
"version": "1.10.0",
|
"version": "1.10.0",
|
||||||
"description": "",
|
"description": "Github Action that parses a release and sends it to a Discord channel",
|
||||||
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [
|
||||||
"author": "",
|
"discord",
|
||||||
"license": "ISC",
|
"github",
|
||||||
|
"release",
|
||||||
|
"action",
|
||||||
|
"release-to-discord",
|
||||||
|
"github-release-to-discord",
|
||||||
|
"webhook",
|
||||||
|
"github-action",
|
||||||
|
"changelog"
|
||||||
|
],
|
||||||
|
"author": "SethCohen",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/SethCohen/github-release-to-discord/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/SethCohen/github-release-to-discord#readme",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.9.1",
|
"@actions/core": "^1.9.1",
|
||||||
"@actions/github": "^5.0.3",
|
"@actions/github": "^5.0.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user