{ "name": "flarum/akismet", "description": "Stop spam using the Akismet anti-spam service.", "type": "flarum-extension", "keywords": [ "moderation" ], "license": "MIT", "support": { "issues": "https://github.com/flarum/framework/issues", "source": "https://github.com/flarum/akismet", "forum": "https://discuss.flarum.org" }, "homepage": "https://flarum.org", "funding": [ { "type": "website", "url": "https://flarum.org/donate/" } ], "require": { "flarum/core": "^2.0", "flarum/approval": "^2.0" }, "autoload": { "psr-4": { "Flarum\\Akismet\\": "src/" } }, "extra": { "branch-alias": { "dev-main": "2.x-dev" }, "flarum-extension": { "title": "Akismet", "category": "feature", "icon": { "image": "icon.jpg", "backgroundSize": "cover", "backgroundColor": "#5e8e14", "color": "#fff" } }, "flarum-cli": { "modules": { "js": true, "jsCommon": false, "gitConf": true, "githubActions": true, "prettier": true, "typescript": true, "bundlewatch": false, "backendTesting": true, "editorConfig": true, "styleci": true, "admin": true, "forum": true, "css": false } } }, "scripts": { "test": [ "@test:unit", "@test:integration" ], "test:unit": "phpunit -c tests/phpunit.unit.xml", "test:integration": "phpunit -c tests/phpunit.integration.xml", "test:setup": "@php tests/integration/setup.php" }, "scripts-descriptions": { "test": "Runs all tests.", "test:unit": "Runs all unit tests.", "test:integration": "Runs all integration tests.", "test:setup": "Sets up a database for use with integration tests. Execute this only once." }, "require-dev": { "flarum/testing": "^2.0" }, "repositories": [ { "type": "path", "url": "../../*/*" } ], "minimum-stability": "dev", "prefer-stable": true }