You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
604 B
24 lines
604 B
{
|
|
"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"
|
|
}
|
|
}
|