-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 999 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-reportportal",
"version": "1.0.29",
"description": "TestCafe reporter plugin for reportportal.io",
"repository": "https://github.com/redfox256/testcafe-reporter-reportportal",
"author": {
"name": "Darryn",
"email": "redfox256@gmail.com"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"build": "./node_modules/.bin/gulp build",
"test": "./node_modules/.bin/gulp test"
},
"keywords": [
"testcafe",
"reporter",
"plugin"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.8",
"callsite-record": "^3.2.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^5.2.1",
"gulp-mocha": "^2.2.0",
"normalize-newline": "^4.1.0",
"read-file-relative": "^1.2.0",
"testcafe": "^0.2.0-alpha"
},
"dependencies": {
"babel-runtime": "^5.3.0",
"dotenv": "^6.2.0",
"envs": "^0.1.6",
"reportportal-js-client": "^1.0.2",
"strip-ansi": "^5.0.0"
}
}