-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "testcafe-reporter-smtp",
"version": "0.1.0",
"description": "TestCafe SMTP reporter plugin.",
"repository": {
"type": "git",
"url": "git@github.com:neekfenwick/testcafe-reporter-smtp.git"
},
"author": {
"name": "Nick Fenwick",
"email": "neek@nickfenwick.com",
"url": "https://github.com/neekfenwick"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"reporter",
"plugin"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-eslint": "^10.0.1",
"callsite-record": "^3.2.0",
"del": "^1.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"gulp-mocha": "^6.0.0",
"normalize-newline": "^1.0.2",
"publish-please": "^5.4.3",
"read-file-relative": "^1.2.0",
"testcafe": "^1.0.1"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"dotenv": "^10.0.0",
"handlebars": "^4.7.7",
"nodemailer": "^6.6.2",
"path": "^0.12.7"
}
}