aboutsummaryrefslogtreecommitdiff
path: root/emailing/package.json
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-12-29 00:44:19 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-12-29 00:44:19 +0100
commitd4728e6972882e09ead61214367a35c5c6feafef (patch)
tree59106b2fb5e18519e8f415ec0716528340734558 /emailing/package.json
parentda6a25065b6e300527a392ff66c74bbeb90ba192 (diff)
downloadmitjafelicijan.com-d4728e6972882e09ead61214367a35c5c6feafef.tar.gz
Added newsletter
Diffstat (limited to 'emailing/package.json')
-rw-r--r--emailing/package.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/emailing/package.json b/emailing/package.json
deleted file mode 100644
index c4c5bc3..0000000
--- a/emailing/package.json
+++ /dev/null
@@ -1,20 +0,0 @@
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 "meow": "^8.1.0",
18 "yesno": "^0.3.1"
19 }
20}