131 lines
3.9 KiB
JSON
131 lines
3.9 KiB
JSON
{
|
||
"name": "automattic/jetpack",
|
||
"description": "Jetpack supercharges your self‑hosted WordPress site with the awesome cloud power of WordPress.com",
|
||
"homepage": "https://jetpack.com/",
|
||
"type": "wordpress-plugin",
|
||
"license": "GPL-2.0-or-later",
|
||
"support": {
|
||
"issues": "https://github.com/Automattic/jetpack/issues"
|
||
},
|
||
"require": {
|
||
"ext-fileinfo": "*",
|
||
"ext-json": "*",
|
||
"ext-openssl": "*",
|
||
"automattic/jetpack-a8c-mc-stats": "^2.0.4",
|
||
"automattic/jetpack-admin-ui": "^0.4.6",
|
||
"automattic/jetpack-assets": "^2.3.13",
|
||
"automattic/jetpack-autoloader": "^3.1.3",
|
||
"automattic/jetpack-backup": "^3.4.16",
|
||
"automattic/jetpack-blaze": "^0.23.3",
|
||
"automattic/jetpack-blocks": "^2.0.7",
|
||
"automattic/jetpack-boost-speed-score": "^0.3.14",
|
||
"automattic/jetpack-classic-theme-helper": "^0.6.6",
|
||
"automattic/jetpack-compat": "^3.0.2",
|
||
"automattic/jetpack-composer-plugin": "^2.0.4",
|
||
"automattic/jetpack-config": "^2.0.4",
|
||
"automattic/jetpack-connection": "^5.1.6",
|
||
"automattic/jetpack-constants": "^2.0.5",
|
||
"automattic/jetpack-device-detection": "^2.1.6",
|
||
"automattic/jetpack-error": "^2.0.4",
|
||
"automattic/jetpack-forms": "^0.33.7",
|
||
"automattic/jetpack-image-cdn": "^0.5.3",
|
||
"automattic/jetpack-import": "^0.8.11",
|
||
"automattic/jetpack-ip": "^0.3.1",
|
||
"automattic/jetpack-jitm": "^3.1.28",
|
||
"automattic/jetpack-licensing": "^2.0.12",
|
||
"automattic/jetpack-logo": "^2.0.5",
|
||
"automattic/jetpack-masterbar": "^0.9.8",
|
||
"automattic/jetpack-my-jetpack": "^4.36.0",
|
||
"automattic/jetpack-plugins-installer": "^0.4.4",
|
||
"automattic/jetpack-post-list": "^0.6.5",
|
||
"automattic/jetpack-publicize": "^0.55.1",
|
||
"automattic/jetpack-redirect": "^2.0.5",
|
||
"automattic/jetpack-roles": "^2.0.4",
|
||
"automattic/jetpack-search": "^0.45.12",
|
||
"automattic/jetpack-stats": "^0.13.5",
|
||
"automattic/jetpack-stats-admin": "^0.22.5",
|
||
"automattic/jetpack-status": "^4.0.3",
|
||
"automattic/jetpack-sync": "^3.14.4",
|
||
"automattic/jetpack-videopress": "^0.24.16",
|
||
"automattic/jetpack-waf": "^0.22.3",
|
||
"automattic/jetpack-wordads": "^0.3.38",
|
||
"automattic/woocommerce-analytics": "^0.1.13",
|
||
"scssphp/scssphp": "1.12.0"
|
||
},
|
||
"require-dev": {
|
||
"antecedent/patchwork": "^2.1.28",
|
||
"automattic/jetpack-changelogger": "^4.2.8",
|
||
"automattic/patchwork-redefine-exit": "^1.0.2",
|
||
"johnkary/phpunit-speedtrap": "^4.0.0 || ^2.0.0",
|
||
"yoast/phpunit-polyfills": "^1.1.1"
|
||
},
|
||
"scripts": {
|
||
"build-production": [
|
||
"pnpm run build-production-concurrently"
|
||
],
|
||
"build-development": [
|
||
"pnpm run build-concurrently"
|
||
],
|
||
"phpunit": [
|
||
"tests/action-phpunit.sh"
|
||
],
|
||
"test-coverage": [
|
||
"@php tools/build-module-headings-translations.php",
|
||
"tests/action-test-coverage.sh"
|
||
],
|
||
"test-js": [
|
||
"pnpm concurrently 'pnpm:compile-ts' 'pnpm:test-adminpage' 'pnpm:test-extensions'"
|
||
],
|
||
"test-php": [
|
||
"@php tools/build-module-headings-translations.php",
|
||
"tests/action-test-php.sh"
|
||
],
|
||
"watch": [
|
||
"Composer\\Config::disableProcessTimeout",
|
||
"pnpm run watch"
|
||
]
|
||
},
|
||
"repositories": [],
|
||
"autoload": {
|
||
"classmap": [
|
||
"src"
|
||
]
|
||
},
|
||
"minimum-stability": "dev",
|
||
"prefer-stable": true,
|
||
"config": {
|
||
"sort-packages": true,
|
||
"platform": {
|
||
"ext-intl": "0.0.0"
|
||
},
|
||
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_0",
|
||
"allow-plugins": {
|
||
"automattic/jetpack-autoloader": true,
|
||
"automattic/jetpack-composer-plugin": true
|
||
}
|
||
},
|
||
"extra": {
|
||
"mirror-repo": "Automattic/jetpack-production",
|
||
"release-branch-prefix": [
|
||
"jetpack",
|
||
"weekly",
|
||
"monthly"
|
||
],
|
||
"version-constants": {
|
||
"JETPACK__VERSION": "jetpack.php"
|
||
},
|
||
"wp-plugin-slug": "jetpack",
|
||
"dev-releases": true,
|
||
"changelogger-default-type": "other",
|
||
"changelogger": {
|
||
"versioning": "wordpress",
|
||
"types": {
|
||
"major": "Major Enhancements",
|
||
"enhancement": "Enhancements",
|
||
"compat": "Improved compatibility",
|
||
"bugfix": "Bug fixes",
|
||
"other": "Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->"
|
||
}
|
||
}
|
||
}
|
||
}
|