-
-
Notifications
You must be signed in to change notification settings - Fork 119
/
package.json
49 lines (49 loc) · 1.41 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
43
44
45
46
47
48
49
{
"name": "multiple-cucumber-html-reporter",
"version": "3.8.0",
"description": "Generate beautiful Cucumber.js reports for multiple instances (browsers / devices)",
"keywords": [
"cucumber",
"html",
"test report",
"multiple-cucumber-html-reporter",
"html report",
"json to html"
],
"main": "lib/generate-report.js",
"license": "MIT",
"scripts": {
"release": "release-it",
"release.ci": "pnpm release --ci",
"release.patch": "pnpm release.ci patch",
"release.minor": "pnpm release.ci minor",
"release.major": "pnpm release.ci major",
"test": "node ./test/test.js",
"unit.test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
"unit.test.coverage": "JASMINE_CONFIG_PATH=test/unit/jasmine.json nyc jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WasiqB/multiple-cucumber-html-reporter.git"
},
"author": "WasiqB",
"bugs": {
"url": "https://github.com/WasiqB/multiple-cucumber-html-reporter/issues"
},
"homepage": "https://github.com/WasiqB/multiple-cucumber-html-reporter#readme",
"dependencies": {
"find": "^0.3.0",
"fs-extra": "^11.2.0",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"open": "^8.4.2",
"uuid": "^10.0.0"
},
"devDependencies": {
"jasmine": "^5.1.0",
"nyc": "^17.0.0",
"release-it": "^17.6.0"
},
"packageManager": "pnpm@9.5.0"
}