-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 790 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 790 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
28
29
30
31
32
33
34
35
{
"name": "@brewer/webhook-manager",
"version": "1.0.14",
"description": "一个管理github的webhook自动部署项目!",
"main": "index.js",
"bin": {
"brewer-webhook": "./index.js"
},
"scripts": {
"dev": "node index.js",
"patch": "npm version patch",
"publish": "npm publish"
},
"homepage": "https://github.com/beerui/webhook-manager",
"bugs": {
"url": "https://github.com/beerui/webhook-manager"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:beerui/webhook-manager.git"
},
"keywords": [
"brewer",
"webhook",
"webhook manager",
"github webhook"
],
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"winston": "^3.8.2"
}
}