-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 KB
/
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
36
37
38
39
40
41
42
{
"name": "jacoco-parser",
"version": "1.0.1",
"description": "Parse jacoco Coverage Report",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
"test": "jest",
"all": "npm run lint && npm run prepare && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prajithp13/jacoco-parser.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript"
],
"author": "",
"license": "MIT",
"homepage": "https://github.com/prajithp13/jacoco-parser",
"dependencies": {
"@actions/core": "^1.2.5",
"@actions/github": "^4.0.0",
"@aki77/actions-replace-comment": "^0.5.2",
"csv-parser": "^3.0.0",
"gradient-badge": "^1.3.1",
"markdown-table": "^2.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.26.1",
"eslint": "^7.16.0",
"eslint_d": "^9.1.2",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"jest": "^26.1.0"
}
}