{
	"name": "ernilambar/wp-welcome",
	"description": "Create welcome page in WordPress",
	"license": "MIT",
	"keywords": [
		"wordpress",
		"theme",
		"plugin"
	],
	"authors": [
		{
			"name": "Nilambar Sharma",
			"email": "nilambar@outlook.com",
			"homepage": "https://www.nilambar.net",
			"role": "Developer"
		}
	],
	"homepage": "https://github.com/ernilambar/wp-welcome",
	"support": {
		"issues": "https://github.com/ernilambar/wp-welcome/issues"
	},
	"require": {
		"php": ">=7.2.24"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
		"php-parallel-lint/php-parallel-lint": "^1.3",
		"phpcompatibility/phpcompatibility-wp": "^2.1",
		"wp-coding-standards/wpcs": "^3.1"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"ergebnis/composer-normalize": true
		},
		"optimize-autoloader": true,
		"sort-packages": true
	},
	"scripts": {
		"lint": [
			"@lint:php",
			"@phpcs"
		],
		"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor --exclude node_modules .",
		"phpcbf": "@php ./vendor/bin/phpcbf --report-full --report-summary .",
		"phpcs": "@php ./vendor/bin/phpcs --report-full --report-summary ."
	}
}
