{
	"name": "joostdevalk/fewer-tags",
	"description": "Plugin that redirects tag pages to the home page if they contain fewer than a specified number of posts.",
	"type": "wordpress-plugin",
	"license": "GPL-3.0-or-later",
	"authors": [
		{
			"name": "Joost de Valk",
			"email": "joost@joost.blog"
		}
	],
	"require-dev": {
		"wp-coding-standards/wpcs": "^3.0",
		"phpcompatibility/phpcompatibility-wp": "*",
		"php-parallel-lint/php-parallel-lint": "^1.3"
	},
	"scripts": {
		"check-cs": [
			"@php ./vendor/bin/phpcs"
		],
		"fix-cs": [
			"@php ./vendor/bin/phpcbf"
		],
		"lint": [
			"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude node_modules --exclude .git"
		]
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
