{ "name": "automattic/jetpack-wp-js-data-sync", "description": "A package to setup REST API and script localization to pass data to a JavaScript client.", "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { "php": ">=7.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-changelogger": "^4.2.3", "automattic/wordbless": "dev-master" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "autoload": { "classmap": [ "src/" ] }, "scripts": { "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], "test-php": [ "@composer phpunit" ], "build-production": "echo 'Add your build step to composer.json, please!'", "build-development": "echo 'Add your build step to composer.json, please!'", "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" }, "minimum-stability": "dev", "prefer-stable": true, "extra": { "mirror-repo": "Automattic/jetpack-wp-js-data-sync", "changelogger": { "link-template": "https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v${old}...v${new}" }, "autotagger": true, "branch-alias": { "dev-trunk": "0.4.x-dev" }, "textdomain": "jetpack-wp-js-data-sync", "version-constants": { "::PACKAGE_VERSION": "src/class-data-sync.php" } }, "config": { "allow-plugins": { "roots/wordpress-core-installer": true } } }