{ "name": "automattic/jetpack-protect", "description": "Social plugin", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { "ext-json": "*", "automattic/jetpack-assets": "^1.17", "automattic/jetpack-admin-ui": "^0.2.11", "automattic/jetpack-autoloader": "^2.11", "automattic/jetpack-composer-plugin": "^1.1", "automattic/jetpack-config": "^1.9", "automattic/jetpack-identity-crisis": "^0.8.22", "automattic/jetpack-my-jetpack": "^2.0", "automattic/jetpack-plugins-installer": "^0.2.0", "automattic/jetpack-sync": "^1.38" }, "require-dev": { "yoast/phpunit-polyfills": "1.0.3", "automattic/jetpack-changelogger": "^3.2", "automattic/wordbless": "0.3.1" }, "autoload": { "classmap": [ "src/" ] }, "scripts": { "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-clover \"$COVERAGE_DIR/clover.xml\"" ], "test-php": [ "@composer phpunit" ], "build-development": [ "pnpm run build" ], "build-production": [ "pnpm run build-production-concurrently" ], "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ], "post-update-cmd": "php -r \"copy('vendor/automattic/wordbless/src/dbless-wpdb.php', 'wordpress/wp-content/db.php');\"" }, "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { "mirror-repo": "Automattic/jetpack-protect-plugin", "release-branch-prefix": "protect", "wp-plugin-slug": "jetpack-protect", "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â“¥1_0_4" } }