forked from ameerthehacker/covid-vaccine-gh-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 882 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
{
"name": "covid-vaccine-gh-action",
"version": "0.0.1",
"description": "GitHub action to get notification whenever vaccine slot is availble in cowin portal",
"main": "./src/index.js",
"scripts": {
"start": "NODE_ENV=production node ./src/index.js",
"dev": "cross-env NODE_ENV=development node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ameerthehacker/covid-vaccine-gh-action.git"
},
"keywords": [
"vaccine",
"action",
"jab",
"covid"
],
"author": "Ameer Jhan",
"license": "MIT",
"bugs": {
"url": "https://github.com/ameerthehacker/covid-vaccine-gh-action/issues"
},
"homepage": "https://github.com/ameerthehacker/covid-vaccine-gh-action#readme",
"devDependencies": {
"cross-env": "^7.0.3",
"dotenv": "^9.0.2"
},
"dependencies": {
"tor-request": "^3.1.0"
}
}