nodebb-plugin-svg-captcha
Version:
anti spam using svg-captcha
54 lines (53 loc) • 1.12 kB
JSON
{
"name": "nodebb-plugin-svg-captcha",
"version": "1.0.14",
"description": "anti spam using svg-captcha",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/akhoury/nodebb-plugin-spam-be-gone"
},
"keywords": [
"nodebb",
"plugin",
"spam",
"recaptcha",
"stopforumspam",
"antispam"
],
"author": {
"name": "Ivan Grebnev",
"email": "ivan.grebnev@gmail.com"
},
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "npx lint-staged",
"commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"svg-captcha-fixed": "^1.5.2"
},
"nbbpm": {
"compatibility": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@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"
}
}