-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 831 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 831 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
{
"name": "patternfly-analytics",
"version": "1.0.0",
"description": "Analytics for patternfly",
"main": "repo-stats.js",
"scripts": {
"collect": "node src/static-analysis/cli.js collect -j",
"collect-with-dependents": "node src/static-analysis/cli.js collect -j -d",
"analyze-dependents": "node src/github-dependents-analyzer.js",
"sync-dependents": "node src/github-dependents-analyzer.js --create-pr",
"review-repos-health": "node .cursor/skills/repos-json-health-review/scripts/repos-json-health-review.js --json repos.json"
},
"author": "redallen",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^20.0.2",
"cheerio": "^1.0.0-rc.12",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"puppeteer": "^2.1.1",
"puppeteer-cluster": "^0.18.0",
"yargs": "^13.3.0"
}
}