{
	"name": "automattic/jetpack-protect",
	"description": "Social plugin",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"require": {
		"ext-json": "*",
		"automattic/jetpack-assets": "^2.1.11",
		"automattic/jetpack-admin-ui": "^0.4.2",
		"automattic/jetpack-autoloader": "^3.0.7",
		"automattic/jetpack-composer-plugin": "^2.0.1",
		"automattic/jetpack-config": "^2.0.2",
		"automattic/jetpack-identity-crisis": "^0.20.0",
		"automattic/jetpack-my-jetpack": "^4.24.1",
		"automattic/jetpack-plugins-installer": "^0.4.0",
		"automattic/jetpack-sync": "^2.16.6",
		"automattic/jetpack-transport-helper": "^0.2.3",
		"automattic/jetpack-plans": "^0.4.7",
		"automattic/jetpack-waf": "^0.16.8",
		"automattic/jetpack-status": "^3.2.0"
	},
	"require-dev": {
		"yoast/phpunit-polyfills": "1.1.0",
		"automattic/jetpack-changelogger": "^4.2.4",
		"automattic/wordbless": "0.4.2"
	},
	"autoload": {
		"classmap": [
			"src/"
		]
	},
	"scripts": {
		"phpunit": [
			"./vendor/phpunit/phpunit/phpunit --colors=always"
		],
		"test-php": [
			"@composer phpunit"
		],
		"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": {
		"mirror-repo": "Automattic/jetpack-protect-plugin",
		"autorelease": true,
		"autotagger": {
			"v": false
		},
		"release-branch-prefix": "protect",
		"wp-plugin-slug": "jetpack-protect",
		"wp-svn-autopublish": true,
		"version-constants": {
			"JETPACK_PROTECT_VERSION": "jetpack-protect.php"
		}
	},
	"config": {
		"allow-plugins": {
			"roots/wordpress-core-installer": true,
			"automattic/jetpack-autoloader": true,
			"automattic/jetpack-composer-plugin": true
		},
		"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ2_2_0"
	}
}
