datatracker/dev/coverage-action/package.json
depfu[bot] 6f885778c3
chore(deps): update all npm dependencies for dev/coverage-action (#6733)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2024-01-03 17:47:02 -05:00

25 lines
659 B
JSON

{
"name": "coverage-action",
"version": "1.0.0",
"description": "Parse and generate coverage and changelog files for Datatracker releases",
"main": "index.js",
"author": "IETF Trust",
"license": "BSD-3-Clause",
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"chart.js": "3.5.1",
"chartjs-node-canvas": "4.1.6",
"lodash": "4.17.21",
"luxon": "3.4.4"
},
"devDependencies": {
"eslint": "8.53.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"npm-check-updates": "16.14.11"
}
}