19 lines
432 B
JSON
19 lines
432 B
JSON
{
|
|
"name": "whatsdrive-baileys",
|
|
"version": "1.0.0",
|
|
"description": "WhatsApp -> Google Drive batch uploader (Baileys)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"auth": "node auth.js"
|
|
},
|
|
"dependencies": {
|
|
"@whiskeysockets/baileys": "^6.7.18",
|
|
"dotenv": "^16.4.5",
|
|
"googleapis": "^140.0.0",
|
|
"mime-types": "^2.1.35",
|
|
"pino": "^9.3.2",
|
|
"qrcode-terminal": "^0.12.0"
|
|
}
|
|
}
|