{
	"name": "automattic/jetpack-social",
	"description": "Social plugin",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"require": {
		"automattic/jetpack-admin-ui": "^0.4.5",
		"automattic/jetpack-assets": "^2.3.11",
		"automattic/jetpack-autoloader": "^3.1.2",
		"automattic/jetpack-composer-plugin": "^2.0.3",
		"automattic/jetpack-config": "^2.0.4",
		"automattic/jetpack-publicize": "^0.55.0",
		"automattic/jetpack-connection": "^5.1.5",
		"automattic/jetpack-my-jetpack": "^4.35.16",
		"automattic/jetpack-sync": "^3.14.3",
		"automattic/jetpack-status": "^4.0.2",
		"automattic/jetpack-plans": "^0.4.12",
		"automattic/jetpack-post-list": "^0.6.3"
	},
	"require-dev": {
		"automattic/jetpack-changelogger": "^4.2.7",
		"automattic/wordbless": "0.4.2",
		"yoast/phpunit-polyfills": "^1.1.1",
		"brain/monkey": "2.6.1"
	},
	"autoload": {
		"classmap": [
			"src/"
		],
		"files": [
			"src/utils.php"
		]
	},
	"scripts": {
		"phpunit": [
			"./vendor/phpunit/phpunit/phpunit --colors=always"
		],
		"test-php": [
			"@composer phpunit"
		],
		"test-js": [
			"pnpm run test"
		],
		"build-development": [
			"pnpm run build"
		],
		"build-production": [
			"pnpm run build-production-concurrently"
		],
		"watch": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run watch"
		],
		"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
		"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
	},
	"repositories": [],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"autorelease": true,
		"autotagger": {
			"v": false
		},
		"mirror-repo": "Automattic/jetpack-social-plugin",
		"release-branch-prefix": [
			"social",
			"monthly"
		],
		"wp-plugin-slug": "jetpack-social",
		"wp-svn-autopublish": true
	},
	"config": {
		"allow-plugins": {
			"roots/wordpress-core-installer": true,
			"automattic/jetpack-autoloader": true,
			"automattic/jetpack-composer-plugin": true
		},
		"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_5_1"
	}
}
