Skip to content

Commit

Permalink
chore: add package.json with test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Dec 19, 2023
1 parent a71a465 commit 205f6f7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions package.json
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"
}

0 comments on commit 205f6f7

Please sign in to comment.