-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
111 lines (111 loc) · 2.55 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "preview-email",
"description": "Automatically opens your browser and iOS Simulator to preview Node.js email messages sent with Nodemailer. Made for Forward Email and Lad. Cross-browser and cross-platform email testing.",
"version": "3.1.0",
"author": "Forward Email (https://forwardemail.net)",
"bugs": {
"url": "https://github.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/issues",
"email": "[email protected]"
},
"contributors": [
"Nick Baugh <[email protected]> (http://niftylettuce.com/)"
],
"dependencies": {
"ci-info": "^3.8.0",
"display-notification": "2.0.0",
"fixpack": "^4.0.0",
"get-port": "5.1.1",
"mailparser": "^3.7.1",
"nodemailer": "^6.9.13",
"open": "7",
"p-event": "4.2.0",
"p-wait-for": "3.2.0",
"pug": "^3.0.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"ava": "^5.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.40.0",
"eslint-config-xo-lass": "^2.0.1",
"husky": "8.0.3",
"lint-staged": "^15.2.5",
"nyc": "^15.1.0",
"remark-cli": "11.0.0",
"remark-preset-github": "^4.0.4",
"xo": "^0.54.2"
},
"engines": {
"node": ">=14"
},
"files": [
"index.js",
"template.pug"
],
"homepage": "https://github.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript",
"keywords": [
"app",
"apple",
"auto",
"automatic",
"automatically",
"browser",
"chrome",
"demo",
"email",
"emails",
"engine",
"express",
"file",
"ios",
"koa",
"lad",
"lass",
"letter",
"litmus",
"mac",
"macos",
"mail",
"mail",
"mailer",
"native",
"nodemailer",
"open",
"open",
"opener",
"opn",
"os",
"path",
"preview",
"previewer",
"pug",
"render",
"render",
"show",
"sim",
"simulate",
"simulator",
"smtp",
"template",
"templates",
"test",
"web",
"webkit",
"xcode"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript"
},
"scripts": {
"ava": "cross-env NODE_ENV=test NODE_DEBUG=preview-email ava",
"lint": "xo --fix && remark . -qfo && fixpack",
"prepare": "husky install",
"pretest": "npm run lint",
"test": "cross-env NODE_ENV=test NODE_DEBUG=preview-email nyc ava"
}
}