From c804725c15813e17dfc36ab4e932621948e7d262 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 25 Dec 2020 04:43:33 +0100 Subject: Added 52 week mailing and scripts --- emailing/package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 emailing/package.json (limited to 'emailing/package.json') diff --git a/emailing/package.json b/emailing/package.json new file mode 100644 index 0000000..e860f0a --- /dev/null +++ b/emailing/package.json @@ -0,0 +1,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" + } +} -- cgit v1.2.3