-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
42 lines (42 loc) · 961 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
{
"name": "testcafe-reporter-json",
"version": "2.2.0",
"description": "JSON TestCafe reporter plugin.",
"repository": "https://github.com/DevExpress/testcafe-reporter-json",
"author": {
"name": "Developer Express Inc.",
"url": "https://devexpress.com"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"reporter",
"plugin",
"json"
],
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"@testcafe/publish-please": "^5.6.0",
"callsite-record": "^3.2.0",
"del": "^1.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^10.0.1",
"normalize-newline": "^4.1.0",
"read-file-relative": "^1.2.0",
"testcafe": "^3.6.2"
},
"engines": {
"node": ">=8.0.0"
}
}