{
  "name": "@arnaudw38/nodebb-plugin-spam-be-gone",
  "version": "1.0.19",
  "description": "Anti-spam plugin for NodeBB 4.x using Akismet, StopForumSpam, ProjectHoneyPot, and Cloudflare Turnstile (Turnstile-only fork)",
  "main": "library.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aworobel/nodebb-plugin-spam-be-gone.git"
  },
  "keywords": [
    "nodebb",
    "plugin",
    "spam",
    "stopforumspam",
    "akismet",
    "honeypot",
    "projecthoneypot",
    "antispam",
    "turnstile",
    "cloudflare",
    "nodebb-plugin",
    "security",
    "turnstile-only"
  ],
  "author": {
    "name": "Aziz khoury",
    "email": "bentael@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aworobel/nodebb-plugin-spam-be-gone/issues"
  },
  "dependencies": {
    "project-honeypot": "~0.0.0"
  },
  "nbbpm": {
    "compatibility": "^4.0.0"
  },
  "homepage": "https://github.com/aworobel/nodebb-plugin-spam-be-gone#readme",
  "engines": {
    "node": ">=20"
  },
  "files": [
    "library.js",
    "lib/",
    "public/",
    "upgrades/",
    "plugin.json",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  }
}
