-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 747 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 747 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
{
"name": "metrics",
"version": "1.0.0",
"description": "Package to retrieve, analyze, and show OWD-relevant metrics",
"engines": {
"node": ">=20",
"npm": ">=10"
},
"scripts": {
"fetch-prs": "node --env-file=.env fetch/pull-requests.js",
"fetch-reviews": "node --env-file=.env fetch/reviews.js",
"metric-merged-prs": "node analyze/merged-prs-per-author.js",
"metric-reviewers": "node analyze/reviewers.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/openwebdocs/metrics.git"
},
"author": "Open Web Docs",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/openwebdocs/metrics/issues"
},
"homepage": "https://github.com/openwebdocs/metrics#readme"
}