{
	"name": "sarailoo/menu-ghost",
	"description": "Target menu items by role, device, schedule, and campaign rules from a native conditions panel.",
	"keywords": [ "wordpress", "plugin" ],
	"homepage": "https://github.com/sarailoo/menu-ghost",
	"type": "wordpress-plugin",
	"license": "GPL-2.0+",
	"authors": [
		{
			"name": "Reza Sarailoo",
			"email": "sarailoo.reza@gmail.com"
		}
	],
	"scripts": {
		"phpcs": "vendor/bin/phpcs . --standard=phpcs.xml --extensions=php",
		"phpcbf": "vendor/bin/phpcbf .",
		"language": "wp i18n make-pot . languages/menu-ghost.pot && wp i18n make-json languages --no-purge --pretty-print",
		"test": "./vendor/bin/phpunit"
	},
	"autoload": {
		"psr-4": {
			"MenuGhost\\": "includes/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"MenuGhost\\Tests\\Unit\\": "tests/Unit/"
		}
	},
	"require": {
		"php": ">=8.0"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	},
	"require-dev": {
		"wp-coding-standards/wpcs": "^3.0",
		"brain/monkey": "2.*",
		"phpunit/phpunit": "^11.3"
	}
}
