feat(notification): add desktop notifications (#140)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Nachi G
2020-09-20 17:48:27 -07:00
committed by GitHub
parent 7191e03a80
commit 722eaf3cd6
6 changed files with 123 additions and 5 deletions
+2
View File
@@ -24,6 +24,7 @@
"dependencies": {
"dotenv": "^8.2.0",
"messaging-api-telegram": "^1.0.0",
"node-notifier": "^8.0.0",
"nodemailer": "^6.4.11",
"open": "^7.2.1",
"puppeteer": "^5.3.0",
@@ -39,6 +40,7 @@
"@types/node": "^14.11.1",
"@types/nodemailer": "^6.4.0",
"@types/puppeteer": "^3.0.2",
"@types/node-notifier": "^8.0.0",
"play-sound": "^1.1.3",
"rimraf": "^3.0.2",
"typescript": "^4.0.2",