mirror of
https://github.com/talgo-cloud/Mailer.git
synced 2026-03-08 23:18:16 -07:00
First
This commit is contained in:
commit
c3788cc413
14 changed files with 4371 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "mailer",
|
||||
"version": "1.0.0",
|
||||
"description": "E-Mailer microservice for the Talgo Cloud infrastructure.",
|
||||
"main": "./src/index.js",
|
||||
"repository": "github.com/talgo-cloud/Mailer",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-ses": "^3.465.0",
|
||||
"@aws-sdk/client-sesv2": "^3.465.0",
|
||||
"aws-sdk": "^2.1507.0",
|
||||
"express": "^4.18.2",
|
||||
"max-listeners-exceeded-warning": "^0.0.1",
|
||||
"nodemon": "^3.0.1",
|
||||
"pug": "^3.0.2",
|
||||
"squirrelly": "^9.0.0"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": ". ./.env && node ./src/index.js"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue