aboutsummaryrefslogtreecommitdiff
path: root/emailing/package.json
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-12-25 04:43:33 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-12-25 04:43:33 +0100
commitc804725c15813e17dfc36ab4e932621948e7d262 (patch)
tree135cfbd20a90fcc005605a102f177f4180d1b7ab /emailing/package.json
parente88e83d8be2284d07c71a274e0b4f1665032502b (diff)
downloadmitjafelicijan.com-c804725c15813e17dfc36ab4e932621948e7d262.tar.gz
Added 52 week mailing and scripts
Diffstat (limited to 'emailing/package.json')
-rw-r--r--emailing/package.json18
1 files changed, 18 insertions, 0 deletions
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 @@
1{
2 "name": "weekly-mailing",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [],
10 "author": "",
11 "license": "ISC",
12 "dependencies": {
13 "@sendgrid/mail": "^7.4.0",
14 "axios": "^0.21.1",
15 "dayjs": "^1.9.7",
16 "handlebars": "^4.7.6"
17 }
18}