forked from edenadler/testcafe-reporter-slack-errors-only
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1018 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
{
"name": "testcafe-reporter-slack-errors-only",
"version": "1.6.1",
"description": "slack-errors-only TestCafe reporter plugin.",
"repository": "https://github.com/edenadler/testcafe-reporter-slack-errors-only",
"author": {
"name": "Eden Adler",
"email": "[email protected]"
},
"main": "src/index",
"files": [
"src"
],
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"reporter",
"plugin"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.2",
"babel-core": "^6.26.3",
"callsite-record": "^4.1.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-mocha": "^6.0.0",
"normalize-newline": "^3.0.0",
"publish-please": "^3.2.0",
"read-file-relative": "^1.2.0",
"testcafe": "^0.20.5"
},
"dependencies": {
"aws-sdk": "^2.444.0",
"dotenv": "^6.0.0",
"slack-node": "^0.1.8"
}
}