-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
39 lines (39 loc) · 912 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
{
"name": "testcafe-reporter-xunit",
"version": "2.3.0",
"description": "xUnit TestCafe reporter plugin.",
"repository": "https://github.com/DevExpress/testcafe-reporter-xunit",
"author": {
"name": "Developer Express Inc.",
"url": "https://devexpress.com"
},
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "npm run lint && mocha",
"lint": "eslint .",
"preview": "node ./preview/preview.js",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"reporter",
"plugin",
"xunit",
"junit",
"nunit"
],
"license": "MIT",
"devDependencies": {
"@testcafe/publish-please": "5.6.0",
"callsite-record": "^3.2.0",
"eslint": "^8.16.0",
"mocha": "^10.0.0",
"normalize-newline": "^1.0.2",
"read-file-relative": "^1.2.0",
"testcafe": "^3.6.2"
}
}