-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
35 lines (35 loc) · 955 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
32
33
34
35
{
"name": "github-actions-report-lcov",
"version": "1.0.0",
"description": "Report the code coverage from LCOV files",
"main": "dist/main/index.js",
"scripts": {
"lint": "eslint .",
"prepare": "ncc build src/main.js -o dist/main --source-map --license licenses.txt && ncc build src/post.js -o dist/post --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zgosalvez/github-actions-report-lcov.git"
},
"keywords": [
"actions",
"node"
],
"author": "Zennon Gosalvez",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.11",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.5.0",
"@actions/io": "^1.1.3",
"install": "^0.13.0",
"lcov-total": "^1.0.7",
"npm": "^10.9.1"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"eslint": "^9.15.0"
}
}