forked from Shafied/testcafe-reporter-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 994 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-slack",
"version": "0.1.0",
"description": "TestCafe slack reporter plugin.",
"repository": {
"type": "git",
"url": "[email protected]:Shafied/testcafe-reporter-slack.git"
},
"author": {
"name": "Shafied",
"email": "[email protected]"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"build": "gulp build",
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard",
"prod": "gulp --production",
"dev": "gulp watch"
},
"keywords": [
"testcafe",
"reporter",
"plugin"
],
"devDependencies": {
"callsite-record": "^3.2.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-mocha": "^2.2.0",
"normalize-newline": "^1.0.2",
"publish-please": "^2.1.4",
"read-file-relative": "^1.2.0",
"testcafe": "^0.2.0-alpha"
},
"dependencies": {
"dotenv": "^7.0.0",
"slack-node": "^0.1.8"
}
}