{
	"name": "automattic/jetpack-boost",
	"description": "Boost your WordPress site's performance, from the creators of Jetpack",
	"type": "library",
	"license": "GPL-2.0-or-later",
	"version": "3.13.1",
	"authors": [
		{
			"name": "Automattic, Inc.",
			"email": "support@jetpack.com"
		}
	],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"require": {
		"ext-json": "*",
		"automattic/jetpack-admin-ui": "^0.5.7",
		"automattic/jetpack-assets": "^4.0.18",
		"automattic/jetpack-autoloader": "^5.0.6",
		"automattic/jetpack-boost-core": "^0.3.9",
		"automattic/jetpack-boost-speed-score": "^0.4.7",
		"automattic/jetpack-composer-plugin": "^4.0.4",
		"automattic/jetpack-config": "^3.1.0",
		"automattic/jetpack-connection": "^6.11.0",
		"automattic/jetpack-device-detection": "^3.0.5",
		"automattic/jetpack-image-cdn": "^0.7.11",
		"automattic/jetpack-my-jetpack": "^5.12.0",
		"automattic/jetpack-plugin-deactivation": "^0.3.9",
		"automattic/jetpack-schema": "^0.2.4",
		"automattic/jetpack-status": "^5.1.2",
		"automattic/jetpack-sync": "^4.10.1",
		"automattic/jetpack-wp-js-data-sync": "^0.6.4",
		"matthiasmullie/minify": "^1.3"
	},
	"require-dev": {
		"automattic/jetpack-changelogger": "^6.0.4",
		"automattic/phpunit-select-config": "^1.0.2",
		"brain/monkey": "^2.6.2",
		"yoast/phpunit-polyfills": "^3.0.0"
	},
	"scripts": {
		"phpunit": [
			"phpunit-select-config phpunit.#.xml.dist --bootstrap tests/bootstrap.php --testsuite unit --colors=always",
			"phpunit-select-config phpunit.#.xml.dist --bootstrap tests/bootstrap-wordbless.php --testsuite critical-css --colors=always"
		],
		"test-coverage": "pnpm concurrently --names php,js 'php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --bootstrap tests/bootstrap.php --testsuite unit --coverage-php \"$COVERAGE_DIR/php-unit.cov\" && php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --bootstrap tests/bootstrap-wordbless.php --testsuite critical-css --coverage-php \"$COVERAGE_DIR/php-critical.cov\"' 'pnpm:test-coverage'",
		"test-js": [
			"pnpm run test"
		],
		"test-php": [
			"@composer phpunit"
		],
		"build-development": [
			"pnpm run build"
		],
		"build-production": [
			"pnpm run build-production-concurrently"
		],
		"watch": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run watch"
		]
	},
	"autoload-dev": {
		"psr-4": {
			"Automattic\\Jetpack_Boost\\Tests\\": "./tests/php"
		}
	},
	"autoload": {
		"classmap": [
			"app/"
		]
	},
	"config": {
		"sort-packages": true,
		"platform": {
			"ext-intl": "0.0.0"
		},
		"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_13_1",
		"allow-plugins": {
			"automattic/jetpack-autoloader": true,
			"automattic/jetpack-composer-plugin": true
		}
	},
	"repositories": [],
	"extra": {
		"mirror-repo": "Automattic/jetpack-boost-production",
		"autorelease": true,
		"autotagger": {
			"v": false
		},
		"release-branch-prefix": "boost",
		"version-constants": {
			"JETPACK_BOOST_VERSION": "jetpack-boost.php"
		},
		"wp-plugin-slug": "jetpack-boost",
		"wp-svn-autopublish": true,
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-boost-production/compare/${old}...${new}"
		}
	}
}
