datatracker/dev/coverage-action/package.json
2024-07-10 20:53:49 -04:00

15 lines
358 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",
"lodash": "4.17.21",
"luxon": "3.4.4"
}
}