{
	"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.1.0",
		"automattic/jetpack-composer-plugin": "^2.0.3",
		"automattic/jetpack-config": "^2.0.4",
		"automattic/jetpack-connection": "^4.0.1",
		"automattic/jetpack-my-jetpack": "^4.35.3",
		"automattic/jetpack-search": "^0.45.1",
		"automattic/jetpack-stats": "^0.13.2",
		"automattic/jetpack-status": "^4.0.1",
		"automattic/jetpack-sync": "^3.10.0"
	},
	"require-dev": {
		"automattic/jetpack-changelogger": "^4.2.6",
		"yoast/phpunit-polyfills": "^1.1.1"
	},
	"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ⓥ3_0_1",
		"allow-plugins": {
			"automattic/jetpack-autoloader": true,
			"automattic/jetpack-composer-plugin": true,
			"roots/wordpress-core-installer": true
		}
	}
}
