{
	"name": "automattic/jetpack-search-plugin",
	"description": "A cloud-powered replacement for WordPress' search.",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"require": {
		"automattic/jetpack-autoloader": "^3.0.2",
		"automattic/jetpack-composer-plugin": "^2.0.0",
		"automattic/jetpack-config": "^2.0.0",
		"automattic/jetpack-connection": "^2.3.0",
		"automattic/jetpack-identity-crisis": "^0.16.0",
		"automattic/jetpack-my-jetpack": "^4.9.0",
		"automattic/jetpack-plugins-installer": "^0.3.1",
		"automattic/jetpack-search": "^0.43.0",
		"automattic/jetpack-stats": "^0.10.0",
		"automattic/jetpack-status": "^2.1.0",
		"automattic/jetpack-sync": "^2.5.1"
	},
	"require-dev": {
		"automattic/jetpack-changelogger": "^4.1.0",
		"yoast/phpunit-polyfills": "1.1.0"
	},
	"autoload": {
		"classmap": [
			"src/"
		]
	},
	"scripts": {
		"phpunit": [
			"./vendor/phpunit/phpunit/phpunit --colors=always"
		],
		"test-php": [
			"@composer phpunit"
		],
		"build-production": "pnpm run build-production",
		"build-development": "pnpm run build"
	},
	"repositories": [],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"mirror-repo": "Automattic/jetpack-search-plugin",
		"autorelease": true,
		"autotagger": {
			"v": false
		},
		"release-branch-prefix": "search",
		"wp-plugin-slug": "jetpack-search",
		"wp-svn-autopublish": true,
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-search-plugin/compare/${old}...${new}"
		},
		"version-constants": {
			"JETPACK_SEARCH_PLUGIN__VERSION": "jetpack-search.php"
		}
	},
	"config": {
		"sort-packages": true,
		"autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_0_0",
		"allow-plugins": {
			"automattic/jetpack-autoloader": true,
			"automattic/jetpack-composer-plugin": true,
			"roots/wordpress-core-installer": true
		}
	}
}
