-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 944 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
{
"name": "testcafe-reporter-unified",
"version": "1.4.0",
"description": "Unified TestCafe reporter plugin.",
"repository": "https://github.com/Amrrx/testcafe_unified_reporter",
"type": "commonjs",
"author": {
"name": "Amr Aly",
"email": "amrahmed2089@gmail.com"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"test": "gulp test"
},
"keywords": [
"testcafe",
"reporter",
"plugin",
"jira",
"testrail",
"allure"
],
"license": "MIT",
"devDependencies": {
"allure-js-commons": "^1.3.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^4.0.2",
"gulp-mocha": "^8.0.0",
"glob-parent": ">=5.1.2",
"set-value": ">=4.0.1",
"ansi-regex": ">=5.0.1"
},
"dependencies": {
"app-root-path": "^3.0.0",
"axios": "^0.21.4",
"chalk": "^2.4.2",
"dotenv": "^10.0.0",
"form-data": "^4.0.0"
}
}