use enquirer instead of prompts, use plugin for cancel after timeout

This commit is contained in:
Ralf Vogler 2023-02-21 23:25:18 +01:00
parent 8c2ac3b6d0
commit efeccf9493
5 changed files with 49 additions and 54 deletions

View file

@ -12,10 +12,10 @@
"dependencies": {
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"enquirer": "^2.3.6",
"lowdb": "^5.1.0",
"otplib": "^12.0.1",
"playwright": "^1.30.0",
"prompts": "^2.4.2",
"puppeteer-extra-plugin-stealth": "^2.11.1"
},
"repository": {