{
  "name": "nodebb-plugin-spam-be-gone-fix",
  "version": "2.2.9",
  "description": "support both Google Recaptcha, Akismet.com, StopForumSpam.com & ProjectHoneyPot.com in Nodebb V3.x",
  "main": "library.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LingkongSky/nodebb-plugin-spam-be-gone-fix.git"
  },
  "keywords": [
    "nodebb",
    "plugin",
    "spam",
    "recaptcha",
    "stopforumspam",
    "akismet",
    "honeypot",
    "projecthoneypot",
    "antispam"
  ],
  "author": {
    "name": "LingkongSky",
    "email": "LingkongSky@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LingkongSky/nodebb-plugin-spam-be-gone-fix"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npx lint-staged",
      "commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "dependencies": {
    "akismet": "^0.0.13",
    "async": "^3.2.0",
    "hcaptcha": "^0.0.1",
    "project-honeypot": "~0.0.0",
    "stopforumspam": "^1.3.8"
  },
  "nbbpm": {
    "compatibility": "^3.0.0 || ^4.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.0.3",
    "@commitlint/config-angular": "^8.3.4",
    "eslint": "8.10.0",
    "eslint-config-nodebb": "0.1.1",
    "eslint-plugin-import": "2.25.4",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.2"
  }
}
