{ "name": "automattic/jetpack-jitm", "description": "Just in time messages for Jetpack", "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.4", "automattic/jetpack-assets": "^2.3.13", "automattic/jetpack-connection": "^5.1.6", "automattic/jetpack-device-detection": "^2.1.6", "automattic/jetpack-logo": "^2.0.5", "automattic/jetpack-redirect": "^2.0.5", "automattic/jetpack-status": "^4.0.3" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^4.2.8" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "autoload": { "classmap": [ "src/" ] }, "scripts": { "build-production": [ "pnpm run build-production" ], "build-development": [ "pnpm run build" ], "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" ], "test-php": [ "@composer phpunit" ], "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] }, "minimum-stability": "dev", "prefer-stable": true, "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-jitm", "textdomain": "jetpack-jitm", "version-constants": { "::PACKAGE_VERSION": "src/class-jitm.php" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-jitm/compare/v${old}...v${new}" }, "branch-alias": { "dev-trunk": "3.1.x-dev" } } }