-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
29 lines (29 loc) · 862 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
27
28
29
{
"name": "payload-info-action",
"version": "1.0.0",
"description": "Github Action to extract info from the webhook payload object using the `jq` tool. If also provides the name of the branch this workflow is running on and if it is a pull request or not. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dovyskipayload-info-action.git"
},
"keywords": [
"github-action",
"github",
"jq"
],
"author": "Fernando Bevilacqua",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dovyski/payload-info-action/issues"
},
"homepage": "https://github.com/Dovyski/payload-info-action#readme",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^2.0.0",
"jq-web": "^0.5.1"
}
}