forked from runnerty/executor-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 934 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
{
"name": "@runnerty/executor-mail",
"version": "3.1.3",
"description": "Runnerty module: Mail executor",
"author": "Runnerty Tech",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/runnerty/executor-mail.git"
},
"keywords": [
"runnerty",
"executor",
"mail"
],
"bugs": {
"url": "https://github.com/runnerty/executor-mail/issues"
},
"scripts": {
"lint": "eslint '**/*.js' && prettier --check '**'"
},
"homepage": "https://github.com/runnerty/executor-mail#readme",
"dependencies": {
"@aws-sdk/client-ses": "^3.67.0",
"@aws-sdk/credential-provider-node": "^3.67.0",
"@runnerty/module-core": "~3.1.0",
"ejs": "~3.1.6",
"nodemailer": "~6.7.3"
},
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2"
}
}