safety-safe
Version:
Firewall cerdas untuk Bot WhatsApp untuk mendeteksi dan memfilter pesan bug/crash/spam (Baileys).
32 lines • 642 B
JSON
{
"name": "safety-safe",
"version": "3.0.0",
"description": "Firewall cerdas untuk Bot WhatsApp untuk mendeteksi dan memfilter pesan bug/crash/spam (Baileys).",
"type": "module",
"main": "./src/index.js",
"exports": {
".": "./src/index.js"
},
"scripts": {
"test": "jest"
},
"keywords": [
"whatsapp",
"bot",
"baileys",
"anti-spam",
"anti-bug",
"anti-crash",
"security",
"whatsapp-bot",
"safety",
"safe",
"firewall"
],
"author": "Nathan",
"license": "MIT",
"homepage": "https://github.com/joo-devweb/safety-safe",
"devDependencies": {
"jest": "^29.7.0"
}
}