blob: 6def0f4040d012aebf3794073527a1cf4b86f38e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"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",
"yesno": "^0.3.1"
}
}
|