Add dependencies

This commit is contained in:
Daniel Bulant 2020-03-09 18:39:23 +01:00
parent 374cf17aef
commit 58252ab063

View file

@ -8,5 +8,10 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"got": "^10.6.0",
"mysql": "^2.18.1"
}
}