forked from Shurtu-gal/github-action-for-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 900 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": "1.0.0",
"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 && make generate-assets"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ash17290/github-action-for-cli.git"
},
"keywords": [
"GitHub",
"Actions",
"AsyncAPI"
],
"author": "Lukasz Gornicki <lpgornicki@gmail.com>",
"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"
}