diff --git a/package.json b/package.json index 3c4a475..fd7ab03 100644 --- a/package.json +++ b/package.json @@ -8,5 +8,10 @@ }, "keywords": [], "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "express": "^4.17.1", + "got": "^10.6.0", + "mysql": "^2.18.1" + } }