aboutsummaryrefslogtreecommitdiff
path: root/newsletter/package.json
blob: c4c5bc3bb0fa440707e67bcd03e28c6b151f7338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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",
    "meow": "^8.1.0",
    "yesno": "^0.3.1"
  }
}