UNPKG

nodebb-plugin-spam-be-gone

Version:

anti spam using both Google Recaptcha, Akismet.com, StopForumSpam.com & ProjectHoneyPot.com

62 lines (61 loc) 1.36 kB
{ "name": "nodebb-plugin-spam-be-gone", "version": "2.3.5", "description": "anti spam using both Google Recaptcha, Akismet.com, StopForumSpam.com & ProjectHoneyPot.com", "main": "library.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint ." }, "repository": { "type": "git", "url": "https://github.com/akhoury/nodebb-plugin-spam-be-gone" }, "keywords": [ "nodebb", "plugin", "spam", "recaptcha", "stopforumspam", "akismet", "honeypot", "projecthoneypot", "antispam" ], "author": { "name": "Aziz khoury", "email": "bentael@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/akhoury/nodebb-plugin-spam-be-gone" }, "husky": { "hooks": { "pre-commit": "npx lint-staged", "commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS" } }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "dependencies": { "hcaptcha": "^0.2.0", "project-honeypot": "~0.0.0", "stopforumspam": "^1.3.8" }, "nbbpm": { "compatibility": "^4.12.0" }, "devDependencies": { "@commitlint/cli": "^8.3.5", "@commitlint/config-angular": "^8.3.4", "eslint": "^10.4.1", "eslint-config-nodebb": "^2.0.2", "husky": "^4.2.5", "lint-staged": "^10.2.2" } }