diff --git a/package.json b/package.json index 5e3df6c..c18ce24 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,11 @@ "bin": { "authenticator-cli": "authenticator.js" }, - "dependencies": {}, + "dependencies": { + "authenticator": "^1.1.0", + "cli": "^0.11.1", + "qrcode-terminal": "^0.10.0" + }, "devDependencies": {}, "scripts": { "test": "node bin/authenticator.js"