{
	"name": "automattic/paypal-payment-buttons",
	"description": "Add PayPal payment buttons to your WordPress site with ease.",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"require": {
		"automattic/jetpack-autoloader": "^5.0.16",
		"automattic/jetpack-assets": "^4.3.32",
		"automattic/jetpack-composer-plugin": "^4.0.5",
		"automattic/jetpack-paypal-payments": "^0.6.14",
		"automattic/jetpack-blocks": "^3.3.0"
	},
	"require-dev": {
		"yoast/phpunit-polyfills": "^4.0.0",
		"automattic/jetpack-changelogger": "^6.0.14",
		"automattic/phpunit-select-config": "^1.0.4"
	},
	"autoload": {
		"classmap": [
			"src/"
		]
	},
	"scripts": {
		"phpunit": [
			"phpunit-select-config phpunit.#.xml.dist --colors=always"
		],
		"test-coverage": "pnpm concurrently --names php,js 'php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\"' 'pnpm:test-coverage'",
		"test-js": [
			"pnpm run test"
		],
		"test-php": [
			"@composer phpunit"
		],
		"build-development": [
			"pnpm run build"
		],
		"build-production": [
			"pnpm run build-production-concurrently"
		],
		"watch": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run watch"
		]
	},
	"repositories": [],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"mirror-repo": "Automattic/paypal-payment-buttons",
		"release-branch-prefix": "paypal-payment-buttons",
		"autorelease": true,
		"autotagger": true,
		"wp-plugin-slug": "paypal-payment-buttons",
		"non-mirrored-require-dev": [
			"automattic/jetpack-test-environment"
		]
	},
	"config": {
		"allow-plugins": {
			"roots/wordpress-core-installer": true,
			"automattic/jetpack-autoloader": true,
			"automattic/jetpack-composer-plugin": true
		},
		"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_paypal_payment_buttonsⓥ0_4_0"
	}
}
