add deps
This commit is contained in:
parent
49678fbfd5
commit
843569d62d
|
@ -6,7 +6,11 @@
|
||||||
"bin": {
|
"bin": {
|
||||||
"authenticator-cli": "authenticator.js"
|
"authenticator-cli": "authenticator.js"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {
|
||||||
|
"authenticator": "^1.1.0",
|
||||||
|
"cli": "^0.11.1",
|
||||||
|
"qrcode-terminal": "^0.10.0"
|
||||||
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node bin/authenticator.js"
|
"test": "node bin/authenticator.js"
|
||||||
|
|
Loading…
Reference in New Issue