-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.04 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "cases",
"version": "1.0.0",
"description": "COVID-19 India Cases",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint '**/*.js'",
"lint-fix": "eslint --fix '**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crosslibs/covid19-india-api.git"
},
"keywords": [
"covid-19",
"india",
"mohfw",
"gov",
"ministry",
"of",
"health",
"india",
"government",
"mohfw.gov.in",
"cases",
"count",
"api",
"confirmed",
"migrated",
"cured",
"official",
"discharged",
"deaths",
"coronavirus",
"api",
"historical",
"data"
],
"author": "Chaitanya Prakash N <chaitanyaprakash.n@gmail.com>",
"license": "Apache-2.0",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"express": "^4.17.1",
"swagger-ui-express": "^4.1.4",
"yamljs": "^0.3.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0"
}
}