-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 918 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
{
"name": "design-system-github-stats",
"description": "GOV.UK Design System usage stats from github",
"repository": {
"type": "git",
"url": "git+https://github.com/alphagov/design-system-github-stats.git"
},
"author": "GOV.UK Design System team",
"license": "MIT",
"bugs": {
"url": "https://github.com/alphagov/design-system-github-stats/issues"
},
"scripts": {
"build-filtered-data": "node build-filtered-data.mjs",
"lint": "eslint"
},
"homepage": "https://github.com/alphagov/design-system-github-stats#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@eslint/js": "^9.17.0",
"@octokit/plugin-throttling": "^9.3.0",
"@yarnpkg/lockfile": "^1.1.0",
"eslint": "^9.17.0",
"globals": "^15.13.0",
"octokit": "^4.0.2"
},
"dependencies": {
"json-2-csv": "^5.5.7"
}
}