{
	"name": "automattic/jetpack-my-jetpack",
	"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
	"type": "jetpack-library",
	"license": "GPL-2.0-or-later",
	"require": {
		"php": ">=7.0",
		"automattic/jetpack-admin-ui": "^0.4.5",
		"automattic/jetpack-assets": "^2.3.10",
		"automattic/jetpack-boost-speed-score": "^0.3.12",
		"automattic/jetpack-connection": "^5.1.3",
		"automattic/jetpack-explat": "^0.1.12",
		"automattic/jetpack-jitm": "^3.1.26",
		"automattic/jetpack-licensing": "^2.0.10",
		"automattic/jetpack-plugins-installer": "^0.4.3",
		"automattic/jetpack-redirect": "^2.0.4",
		"automattic/jetpack-constants": "^2.0.4",
		"automattic/jetpack-plans": "^0.4.11",
		"automattic/jetpack-status": "^4.0.2",
		"automattic/jetpack-sync": "^3.14.2",
		"automattic/jetpack-protect-status": "^0.2.0"
	},
	"require-dev": {
		"yoast/phpunit-polyfills": "^1.1.1",
		"automattic/jetpack-changelogger": "^4.2.6",
		"automattic/wordbless": "@dev"
	},
	"suggest": {
		"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
	},
	"autoload": {
		"classmap": [
			"src/",
			"src/products"
		]
	},
	"scripts": {
		"phpunit": [
			"./vendor/phpunit/phpunit/phpunit --colors=always"
		],
		"test-php": [
			"@composer phpunit"
		],
		"test-js": [
			"pnpm run test"
		],
		"test-js-watch": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run test --watch"
		],
		"build-development": [
			"pnpm run build"
		],
		"build-production": [
			"NODE_ENV=production pnpm run build"
		],
		"watch": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run watch"
		],
		"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
		"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"autotagger": true,
		"mirror-repo": "Automattic/jetpack-my-jetpack",
		"textdomain": "jetpack-my-jetpack",
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
		},
		"branch-alias": {
			"dev-trunk": "4.35.x-dev"
		},
		"version-constants": {
			"::PACKAGE_VERSION": "src/class-initializer.php"
		},
		"dependencies": {
			"test-only": [
				"packages/search",
				"packages/videopress"
			]
		}
	},
	"config": {
		"allow-plugins": {
			"roots/wordpress-core-installer": true
		}
	}
}
