{
	"name": "mehulgohil/cleanlinks",
	"type": "wordpress-plugin",
	"description": "Create branded short links and manage redirects to support your link-building strategy—all from your WordPress dashboard.",
	"version": "1.0.3",
	"license": "GPL-3.0-or-later",
	"authors": [
		{
			"name": "mehulgohil",
			"email": "hello@mehulgohil.com"
		}
	],
	"require": {
		"composer/installers": "*"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "*",
		"phpcompatibility/phpcompatibility-wp": "*",
		"wp-coding-standards/wpcs": "*",
		"php-parallel-lint/php-parallel-lint": "^1.3",
		"yoast/wp-test-utils": "^1.2",
		"automattic/vipwpcs": "*",
		"phpstan/phpstan": "^1.12"
	},
	"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"
		],
		"lint-blueprint": [
			"@php -r \"exit( intval( is_null( json_decode( file_get_contents( './.wordpress-org/blueprints/blueprint.json' ) ) ) ) );\""
		],
		"test": [
			"@php ./vendor/phpunit/phpunit/phpunit"
		]
	},
	"autoload": {
		"psr-4": {
			"MG\\CleanLinks\\": "src/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"MG\\CleanLinks\\Tests\\": "tests/"
		}
	},
	"config": {
		"allow-plugins": {
			"composer/installers": true,
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	},
	"repositories": [
		{
			"type": "git",
			"url": "https://github.com/wordpress/wordpress-develop.git"
		}
	]
}
