-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.01 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "@figify/gh-metrics",
"version": "0.4.0",
"description": "A tool for calculating issues and pull requests metrics on GitHub given a repository",
"main": "index.js",
"bin": {
"gh-metrics": "./index.js"
},
"scripts": {
"gh-metrics": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/figify/gh-metrics.git"
},
"keywords": [
"github",
"pull-requests",
"pull requests",
"devops",
"code reviews",
"metrics",
"team",
"issues",
"analytics",
"statistics"
],
"author": "Kyriakos Chatzidimitriou",
"license": "MIT",
"bugs": {
"url": "https://github.com/figify/gh-metrics/issues"
},
"homepage": "https://github.com/figify/gh-metrics#readme",
"dependencies": {
"@octokit/graphql": "^4.3.1",
"bluebird": "^3.7.2",
"chalk": "^4.0.0",
"lodash": "^4.17.15",
"ora": "^4.0.3",
"pretty-ms": "^6.0.1",
"yargs": "^15.3.1"
}
}