{
	"name": "automattic/jetpack-publicize",
	"description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.",
	"type": "jetpack-library",
	"license": "GPL-2.0-or-later",
	"require": {
		"php": ">=7.2",
		"automattic/jetpack-admin-ui": "^0.5.11",
		"automattic/jetpack-connection": "^7.1.1",
		"automattic/jetpack-autoloader": "^5.0.16",
		"automattic/jetpack-config": "^3.1.1",
		"automattic/jetpack-assets": "^4.3.25",
		"automattic/jetpack-redirect": "^3.0.9",
		"automattic/jetpack-plans": "^0.11.2",
		"automattic/jetpack-status": "^6.1.2"
	},
	"require-dev": {
		"yoast/phpunit-polyfills": "^4.0.0",
		"automattic/jetpack-changelogger": "^6.0.14",
		"automattic/jetpack-test-environment": "@dev",
		"automattic/phpunit-select-config": "^1.0.3"
	},
	"suggest": {
		"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
	},
	"autoload": {
		"classmap": [
			"src/"
		],
		"files": [
			"actions.php",
			"src/social-image-generator/utilities.php"
		]
	},
	"scripts": {
		"phpunit": [
			"phpunit-select-config phpunit.#.xml.dist --colors=always"
		],
		"test-coverage": [
			"php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\"",
			"pnpm run test-coverage"
		],
		"test-js": [
			"pnpm run test"
		],
		"test-php": [
			"@composer phpunit"
		],
		"build-development": [
			"pnpm run build"
		],
		"watch": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run watch"
		],
		"watch-hot": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run watch:hot"
		],
		"build-production": [
			"pnpm run build-production-concurrently"
		]
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"autotagger": true,
		"mirror-repo": "Automattic/jetpack-publicize",
		"textdomain": "jetpack-publicize-pkg",
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-publicize/compare/v${old}...v${new}"
		},
		"branch-alias": {
			"dev-trunk": "0.72.x-dev"
		}
	},
	"config": {
		"allow-plugins": {
			"roots/wordpress-core-installer": true,
			"automattic/jetpack-autoloader": true,
			"automattic/jetpack-composer-plugin": true
		}
	}
}
