forked from mtanzi/action-automerge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 883 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
30
31
32
33
34
35
{
"name": "automerger-action",
"version": "1.0.3",
"description": "This action automerge the source branch into the target branch.",
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richard-scott/automerger-action.git"
},
"keywords": [
"actions",
"slack",
"notify",
"github",
"merge"
],
"author": "Marco Tanzi",
"license": "MIT",
"bugs": {
"url": "https://github.com/actions/hello-world-javascript-action/issues"
},
"homepage": "https://github.com/actions/hello-world-javascript-action#readme",
"dependencies": {
"@actions/core": ">=1.2.6",
"@actions/github": "^1.1.0",
"slack-notify": "^0.1.7"
},
"devDependencies": {
"node-fetch": ">=2.6.1"
}
}