forked from S1moB/testcafe-reporter-xray-json
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.52 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
50
51
52
53
54
55
56
57
58
{
"name": "testcafe-reporter-xray-cloud-json",
"version": "0.7.2",
"description": "xray-cloud-json TestCafe reporter plugin.",
"repository": "https://github.com/PaulMEdwards/testcafe-reporter-xray-cloud-json",
"homepage": "https://github.com/PaulMEdwards/testcafe-reporter-xray-cloud-json#readme",
"bugs": {
"url": "https://github.com/PaulMEdwards/testcafe-reporter-xray-cloud-json/issues"
},
"author": {
"name": "Paul M Edwards",
"email": "[email protected]",
"url": "https://github.com/PaulMEdwards"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"build": "gulp build",
"preview": "gulp preview",
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"reporter",
"plugin",
"jira",
"jira-cloud",
"xray",
"xray-cloud"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/eslint-parser": "^7.14.7",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"callsite-record": "^3.2.0",
"del": "^1.2.0",
"eslint": "^7.29.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^8.0.0",
"normalize-newline": "^1.0.2",
"publish-please": "^5.4.3",
"read-file-relative": "^1.2.0",
"testcafe": "^1.4.0"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"axios": "^0.21.1",
"dotenv-safe": "^8.2.0"
}
}