forked from Khan/pull-request-comment-trigger
-
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) · 692 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 692 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": "pull-request-comment-trigger",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dist": "npx -p @zeit/ncc ncc build index.js",
"format": "prettier --write '*.js' --tab-width=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaredly/actions-testbed.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaredly/actions-testbed/issues"
},
"homepage": "https://github.com/jaredly/actions-testbed#readme",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^1.1.0",
"prettier": "^1.19.1",
"prettier-cli": "^0.1.0"
}
}