forked from asyncapi/github-action-for-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 876 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
{
"name": "github-action-for-cli",
"description": "This is to be used for running tests for the GitHub Action using the MakeFile",
"version": "3.1.2",
"scripts": {
"test": "make test",
"generate:assets": "echo 'No additional assets need to be generated at the moment'",
"docker:build": "docker build -t asyncapi/github-action-for-cli:latest .",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asyncapi/github-action-for-cli.git"
},
"keywords": [
"GitHub",
"Actions",
"AsyncAPI"
],
"author": "Lukasz Gornicki <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/asyncapi/github-action-for-cli/issues"
},
"homepage": "https://github.com/asyncapi/github-action-for-cli#readme"
}