mirror of
https://github.com/danbulant/covid
synced 2026-07-07 20:20:57 +00:00
Add dependencies
This commit is contained in:
parent
374cf17aef
commit
58252ab063
1 changed files with 6 additions and 1 deletions
|
|
@ -8,5 +8,10 @@
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC"
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"express": "^4.17.1",
|
||||||
|
"got": "^10.6.0",
|
||||||
|
"mysql": "^2.18.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue