-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 841 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
36
{
"name": "pr-monitor",
"version": "0.3.7",
"main": "lib/get-data.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"PRs": "./index.js"
},
"description": "Utility to show GitHub PRs on a specific list of repos.",
"author": "David Goodwin <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/goodwid/pr-monitor"
},
"bugs": {
"url": "https://github.com/goodwid/pr-monitor/issues"
},
"license": "GPL-2.0-only",
"dependencies": {
"axios": "^0.22.0",
"bitbar": "^1.3.2",
"chalk": "^4.1.2",
"commander": "^2.20.0",
"jstoxml": "^2.2.4",
"preferences": "^2.0.2"
},
"warranty": "If you break it, you get to keep both pieces.",
"keywords": [
"github",
"pull request",
"monitor",
"PR"
]
}