-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 797 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
{
"name": "action-comment-pull-request",
"version": "1.0.0",
"description": "Comment a pull request with the provided message",
"main": "lib/main.js",
"scripts": {
"build": "tsc"
},
"keywords": [
"actions",
"pull-request",
"comment"
],
"author": "mb2Dev",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.*",
"@actions/github": "^1.0.0"
},
"devDependencies": {
"@types/node": "^12.0.4",
"prettier": "^1.17.1",
"typescript": "^3.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mb2dev/action-comment-pull-request.git"
},
"bugs": {
"url": "https://github.com/mb2dev/action-comment-pull-request/issues"
},
"homepage": "https://github.com/mb2dev/action-comment-pull-request#readme"
}