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.
29 lines
761 B
29 lines
761 B
{
|
|
"name": "mailer",
|
|
"version": "1.0.0",
|
|
"description": "E-Mailer microservice for the Talgo Cloud infrastructure.",
|
|
"main": "./src/index.ts",
|
|
"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",
|
|
"fs": "^0.0.1-security",
|
|
"max-listeners-exceeded-warning": "^0.0.1",
|
|
"nodemon": "^3.0.1",
|
|
"pug": "^3.0.2",
|
|
"squirrelly": "^9.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": ". ./.env && nodemon --exec node --loader ts-node/esm ./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.3",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.3.2"
|
|
}
|
|
}
|