-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 863 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
{
"name": "covid-vaccine-tracker",
"version": "1.0.4",
"description": "A Tracker to Check the availability of vaccine through pincode and buzzer in case of availability",
"homepage": "https://github.com/ayu023ban/covid-vaccine-tracker#readme",
"main": "app.js",
"dependencies": {
"axios": "^0.21.1",
"nodemon": "^2.0.7",
"play-sound": "^1.1.3"
},
"devDependencies": {},
"scripts": {
"start": "node app.js"
},
"author": "ayush bansal",
"email": "[email protected]",
"url": "https://ayu023ban.github.io/",
"repository": {
"type": "git",
"url": "https://github.com/ayu023ban/covid-vaccine-tracker"
},
"license": "ISC",
"keywords": [
"covid",
"vaccine",
"tracker",
"buzzer",
"alarm",
"notification",
"notifier",
"covid19",
"corona",
"covaxin",
"covishield"
]
}