<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
	"name": "automattic/jetpack-config",
	"description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.",
	"type": "jetpack-library",
	"license": "GPL-2.0-or-later",
	"require": {
		"php": ">=7.2"
	},
	"require-dev": {
		"automattic/jetpack-changelogger": "^5.0.0",
		"automattic/jetpack-connection": "@dev",
		"automattic/jetpack-import": "@dev",
		"automattic/jetpack-jitm": "@dev",
		"automattic/jetpack-post-list": "@dev",
		"automattic/jetpack-publicize": "@dev",
		"automattic/jetpack-search": "@dev",
		"automattic/jetpack-stats": "@dev",
		"automattic/jetpack-stats-admin": "@dev",
		"automattic/jetpack-sync": "@dev",
		"automattic/jetpack-videopress": "@dev",
		"automattic/jetpack-waf": "@dev",
		"automattic/jetpack-wordads": "@dev",
		"automattic/jetpack-yoast-promo": "@dev"
	},
	"suggest": {
		"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
	},
	"autoload": {
		"classmap": [
			"src/"
		]
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"autotagger": true,
		"mirror-repo": "Automattic/jetpack-config",
		"textdomain": "jetpack-config",
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-config/compare/v${old}...v${new}"
		},
		"branch-alias": {
			"dev-trunk": "3.0.x-dev"
		},
		"dependencies": {
			"test-only": [
				"packages/connection",
				"packages/import",
				"packages/jitm",
				"packages/post-list",
				"packages/publicize",
				"packages/search",
				"packages/stats",
				"packages/stats-admin",
				"packages/sync",
				"packages/videopress",
				"packages/waf",
				"packages/wordads",
				"packages/yoast-promo"
			]
		}
	},
	"config": {
		"allow-plugins": {
			"automattic/jetpack-autoloader": true
		}
	}
}
