Bot_v1.0 / package.json
JustJoin's picture
Update package.json
cc90130 verified
Raw
History Blame Contribute Delete
355 Bytes
{
"name": "bot-dna-kids",
"version": "2.0.0",
"type": "module",
"main": "index.js",
"dependencies": {
"@google/generative-ai": "^0.13.0",
"@whiskeysockets/baileys": "^6.6.0",
"@hapi/boom": "^10.0.1",
"express": "^4.19.2",
"pino": "^8.19.0",
"qrcode-terminal": "^0.12.0",
"dotenv": "^16.4.5",
"pg": "^8.11.5"
}
}