This commit is contained in:
fakhrini
2025-07-18 19:42:27 +07:00
commit f44f5cf855
4 changed files with 4066 additions and 0 deletions

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "code",
"version": "1.0.0",
"main": "bot.js",
"type": "module",
"scripts": {
"start": "node bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@whiskeysockets/baileys": "^6.7.12",
"express": "^4.21.2",
"qrcode-terminal":"^0.12.0"
}
}