forked from zgosalvez/github-actions-report-lcov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 954 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": "^0.5.0",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@actions/glob": "^0.1.1",
"@actions/io": "^1.0.2",
"install": "^0.13.0",
"lcov-total": "^1.0.5",
"npm": "^6.14.10"
},
"devDependencies": {
"@vercel/ncc": "^0.25.1",
"eslint": "^7.15.0"
}
}