blob: e860f0a6f2d04d6a0d3028591533011f74e9ca86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "weekly-mailing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"axios": "^0.21.1",
"dayjs": "^1.9.7",
"handlebars": "^4.7.6"
}
}
|