UNPKG

@cedx/akismet

Version:

Prevent comment spam using the Akismet service.

50 lines (49 loc) 995 B
{ "bugs": "https://github.com/cedx/akismet.js/issues", "description": "Prevent comment spam using the Akismet service.", "homepage": "https://github.com/cedx/akismet.js", "license": "MIT", "name": "@cedx/akismet", "repository": "cedx/akismet.js", "type": "module", "version": "17.1.0", "author": { "email": "cedric@belin.io", "name": "Cédric Belin", "url": "https://belin.io" }, "devDependencies": { "@types/eslint__js": "^8.42.3", "@types/gulp": "^4.0.17", "@types/node": "^22.13.1", "gulp": "^5.0.0", "typedoc": "^0.27.6", "typescript": "^5.7.3", "typescript-eslint": "^8.23.0" }, "engines": { "node": ">=22.0.0" }, "exports": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "files": [ "lib/", "src/" ], "keywords": [ "akismet", "api", "client", "comment", "spam", "validation" ], "publishConfig": { "access": "public" }, "scripts": { "test": "gulp test" } }