-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 884 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
33
34
35
36
37
38
39
40
41
{
"name": "cowin-notifier",
"version": "1.0.8",
"description": "Get notified on your phone and computer when there is a vaccine slot available at your location, by running a script on your computer. ",
"author": "Divyansh Singh",
"private": false,
"scripts": {
"main": "cowin-notifier"
},
"dependencies": {
"date-fns": "^2.21.3",
"express": "^4.16.3",
"express-session": "^1.13.0",
"minimist": "^1.2.5",
"path": "^0.12.7",
"request": "^2.88.0",
"sound-play": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/divvu/cowin-notifier"
},
"bin": {
"cowin-notifier": "./app.js"
},
"keywords": [
"cowin",
"notifier",
"api",
"covid",
"appoitment",
"slot",
"vaccine",
"cheker",
"notification",
"pinger",
"automation",
"script"
],
"license": "ISC"
}