diff --git a/package.json b/package.json index 9cfd384..d9f079e 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,8 @@ "start": "node index.js" }, "author": "Daniel Bulant", - "license": "ISC" + "license": "ISC", + "dependencies": { + "mysql": "^2.17.1" + } }