-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "studentvue-mailer",
"version": "1.0.0",
"description": "Checking StudentVue Mail is a tiresome process. Receiving StudentVue Mail is also not always clear, either. The mobile app doesn't always send notifications when there is new mail. So, with these inconviences, I created the StudentVue Mailer, a tool powered by Puppeteer and AWS SES to foward Synergy mail to your personal inbox.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "raymond wang",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"forever-monitor": "^3.0.3",
"form-data": "^3.0.0",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.11",
"open": "^7.3.0",
"puppeteer": "^5.5.0"
},
"devDependencies": {},
"keywords": [
"studentvue",
"mailer"
]
}