-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
32 lines (32 loc) · 895 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
27
28
29
30
31
32
{
"name": "us-visa-appointment-notifier",
"version": "1.0.0",
"description": "This is to help me in getting notified when there's an earliest appointment slot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theoomoregbee/US-visa-appointment-notifier.git"
},
"keywords": [
"USA",
"visa",
"appointment",
"scheduling"
],
"author": "Theophilus Omoregbee <theo4u@ymail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/theoomoregbee/US-visa-appointment-notifier/issues"
},
"homepage": "https://github.com/theoomoregbee/US-visa-appointment-notifier#readme",
"dependencies": {
"date-fns": "^2.29.2",
"dotenv": "^16.0.1",
"mailgun.js": "^8.0.0",
"puppeteer": "^16.2.0"
}
}