{
	"name": "mehulgohil/wp-distraction-free-view",
	"description": "Distraction free viewing mode to the website users.",
	"authors": [
		{
			"name": "Mehul Gohil",
			"email": "hello@mehulgohil.com"
		}
	],
	"license": "GPL-2.0-or-later",
	"require": {
		"php": ">=8.2"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
		"phpcompatibility/phpcompatibility-wp": "^2.1",
		"phpunit/phpunit": "^11.5",
		"squizlabs/php_codesniffer": "^3.13",
		"wp-coding-standards/wpcs": "^3.2"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	},
	"scripts": {
		"lint": "phpcs --standard=phpcs.ruleset.xml --extensions=php .",
		"format": "phpcbf --standard=phpcs.ruleset.xml --extensions=php .",
		"test": "phpunit"
	},
	"autoload": {
		"psr-4": {
			"WPDFV\\": "src/"
		}
	}
}
