safety-safe
Version:
Sebuah package NPM untuk mendeteksi dan memfilter pesan bug/crash/spam pada bot WhatsApp (Baileys).
30 lines (29 loc) • 643 B
JSON
{
"name": "safety-safe",
"version": "2.0.0",
"description": "Sebuah package NPM untuk mendeteksi dan memfilter pesan bug/crash/spam pada bot WhatsApp (Baileys).",
"main": "index.js",
"type": "commonjs",
"exports": {
"import": "./index.mjs",
"require": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whatsapp",
"bot",
"baileys",
"anti-spam",
"anti-bug",
"security",
"whatsapp-bot",
"safety",
"safe",
"firewall"
],
"author": "Nathan",
"license": "MIT",
"homepage": "https://github.com/joo-devweb/safety-safe"
}