-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 991 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "mochawesome-converter",
"version": "1.0.3",
"description": "Test report files to Mochawesome and JUnit converter",
"main": "src/converter.js",
"types": "index.d.ts",
"scripts": {
"test": "jest"
},
"author": "agracio",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/agracio/mochawesome-converter.git"
},
"bugs": {
"url": "https://github.com/agracio/mochawesome-converter/issues"
},
"engines": {
"node": ">= 18"
},
"keywords": [
"mochawesome",
"mocha",
"JUnit",
"NUnit",
"xUnit",
"TRX"
],
"tags": [
"mochawesome",
"mocha",
"JUnit",
"NUnit",
"xUnit",
"TRX"
],
"dependencies": {
"lodash": "^4.17.21",
"mochawesome-report-generator": "^6.2.0",
"p3x-xml2json": "^2025.4.103",
"xml-formatter": "^3.6.3",
"xslt-processor": "^3.3.1"
},
"devDependencies": {
"jest": "^29.7.0",
"jest-html-reporters": "^3.1.7"
}
}