Files
monitoring-air/package.json
fakhrini f44f5cf855 done
2025-07-18 19:42:27 +07:00

20 lines
390 B
JSON

{
"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"
}
}