-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1005 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
{
"author": {
"name": "Vaibhav Pandey",
"email": "[email protected]",
"url": "https://vaibhavpandey.com/"
},
"bin": {
"squerge": "bin/squerge.js"
},
"bugs": {
"url": "https://github.com/qtsolv/squerge/issues"
},
"description": "Utility npm package to merge multiple test execution reports for SonarQube.",
"dependencies": {
"glob": "^7.2.0",
"xmlbuilder2": "^3.0.2",
"yargs": "^17.3.1"
},
"devDependencies": {
"eslint": "^8.5.0",
"eslint-config-google": "^0.14.0",
"expect.js": "^0.3.1",
"husky": "^7.0.4",
"mocha": "^9.1.3",
"nyc": "^15.1.0"
},
"homepage": "https://github.com/qtsolv/squerge#readme",
"keywords": [
"combine",
"cypress",
"merge",
"reporting",
"sonarqube",
"xml"
],
"main": "src/merge.js",
"name": "squerge",
"repository": {
"type": "git",
"url": "git+https://github.com/qtsolv/squerge.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.2"
}