-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a71a465
commit 205f6f7
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "github-action-for-generator", | ||
"version": "3.0.0", | ||
"description": "GitHub action to perform various actions on AsyncAPI document using CLI", | ||
"main": "entrypoint.sh", | ||
"scripts": { | ||
"test": "make test", | ||
"generate:assets": "echo 'No additional assets need to be generated at the moment'", | ||
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION", | ||
"docker:build": "docker build -t asyncapi/github-action-for-generator:latest ." | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/asyncapi/github-action-for-generator.git" | ||
}, | ||
"keywords": [ | ||
"GitHub", | ||
"Actions", | ||
"AsyncAPI" | ||
], | ||
"author": "Lukasz Gornicki <[email protected]>", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/asyncapi/github-action-for-generator/issues" | ||
}, | ||
"homepage": "https://github.com/asyncapi/github-action-for-generator#readme" | ||
} |