forked from peter-evans/commit-comment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 669 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 669 Bytes
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
{
"name": "commit-comment",
"version": "1.0.0",
"description": "Create a comment for a commit on GitHub",
"main": "index.js",
"scripts": {
"package": "ncc build index.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peter-evans/commit-comment.git"
},
"keywords": [],
"author": "Peter Evans",
"license": "MIT",
"bugs": {
"url": "https://github.com/peter-evans/commit-comment/issues"
},
"homepage": "https://github.com/peter-evans/commit-comment#readme",
"dependencies": {
"@actions/core": "^1.1.1",
"@octokit/request": "^5.1.0"
},
"devDependencies": {
"@zeit/ncc": "0.21.0"
}
}