my / package.json
understanding's picture
Upload 13 files
14960b8 verified
raw
history blame contribute delete
581 Bytes
{
"name": "whatsapp-baileys-bot",
"version": "1.0.0",
"description": "WhatsApp bot using Baileys library",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@whiskeysockets/baileys": "^6.7.16",
"dotenv": "^16.4.7",
"mongodb": "^6.15.0",
"mongoose": "^8.13.2",
"pino": "^8.21.0",
"qrcode-terminal": "^0.12.0"
},
"engines": {
"node": ">=20.0.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"pino-pretty": "^13.0.0"
}
}