2019-11-15 23:26:29 +01:00
|
|
|
|
{
|
2021-04-27 08:32:47 +02:00
|
|
|
|
"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": "*",
|
2023-12-07 09:44:11 +01:00
|
|
|
|
"automattic/jetpack-a8c-mc-stats": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-abtest": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-action-bar": "^0.2.1",
|
|
|
|
|
|
"automattic/jetpack-admin-ui": "^0.3.1",
|
|
|
|
|
|
"automattic/jetpack-assets": "^2.0.2",
|
|
|
|
|
|
"automattic/jetpack-autoloader": "^3.0.2",
|
|
|
|
|
|
"automattic/jetpack-backup": "^2.0.1",
|
|
|
|
|
|
"automattic/jetpack-blaze": "^0.14.1",
|
|
|
|
|
|
"automattic/jetpack-blocks": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-boost-speed-score": "^0.3.0",
|
|
|
|
|
|
"automattic/jetpack-compat": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-composer-plugin": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-config": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-connection": "^2.1.0",
|
|
|
|
|
|
"automattic/jetpack-constants": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-device-detection": "^2.0.1",
|
|
|
|
|
|
"automattic/jetpack-error": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-forms": "^0.24.2",
|
|
|
|
|
|
"automattic/jetpack-google-fonts-provider": "^0.7.1",
|
|
|
|
|
|
"automattic/jetpack-identity-crisis": "^0.13.0",
|
|
|
|
|
|
"automattic/jetpack-image-cdn": "^0.3.2",
|
|
|
|
|
|
"automattic/jetpack-import": "^0.8.1",
|
|
|
|
|
|
"automattic/jetpack-ip": "^0.2.1",
|
|
|
|
|
|
"automattic/jetpack-jitm": "^3.0.1",
|
|
|
|
|
|
"automattic/jetpack-licensing": "^2.0.1",
|
|
|
|
|
|
"automattic/jetpack-logo": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-my-jetpack": "^4.1.1",
|
|
|
|
|
|
"automattic/jetpack-plugins-installer": "^0.3.0",
|
|
|
|
|
|
"automattic/jetpack-post-list": "^0.5.1",
|
|
|
|
|
|
"automattic/jetpack-publicize": "^0.37.2",
|
|
|
|
|
|
"automattic/jetpack-redirect": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-roles": "^2.0.0",
|
|
|
|
|
|
"automattic/jetpack-search": "^0.40.2",
|
|
|
|
|
|
"automattic/jetpack-stats": "^0.7.2",
|
|
|
|
|
|
"automattic/jetpack-stats-admin": "^0.14.0",
|
|
|
|
|
|
"automattic/jetpack-status": "^2.0.2",
|
|
|
|
|
|
"automattic/jetpack-sync": "^2.1.1",
|
|
|
|
|
|
"automattic/jetpack-videopress": "^0.21.3",
|
|
|
|
|
|
"automattic/jetpack-waf": "^0.12.1",
|
|
|
|
|
|
"automattic/jetpack-wordads": "^0.3.1",
|
|
|
|
|
|
"nojimage/twitter-text-php": "3.1.2",
|
|
|
|
|
|
"scssphp/scssphp": "1.12.0"
|
2021-04-27 08:32:47 +02:00
|
|
|
|
},
|
|
|
|
|
|
"require-dev": {
|
2023-05-23 23:18:12 +02:00
|
|
|
|
"antecedent/patchwork": "2.1.25",
|
2023-12-07 09:44:11 +01:00
|
|
|
|
"automattic/jetpack-changelogger": "^4.0.4",
|
|
|
|
|
|
"johnkary/phpunit-speedtrap": "^4.0.0 || ^2.0.0",
|
2023-09-26 10:24:36 +02:00
|
|
|
|
"yoast/phpunit-polyfills": "1.1.0"
|
2021-04-27 08:32:47 +02:00
|
|
|
|
},
|
|
|
|
|
|
"scripts": {
|
|
|
|
|
|
"build-production": [
|
2021-07-23 11:58:50 +02:00
|
|
|
|
"pnpm run build-production-concurrently"
|
2021-04-27 08:32:47 +02:00
|
|
|
|
],
|
|
|
|
|
|
"build-development": [
|
2021-07-23 11:58:50 +02:00
|
|
|
|
"pnpm run build-concurrently"
|
2021-04-27 08:32:47 +02:00
|
|
|
|
],
|
2022-04-02 10:26:41 +02:00
|
|
|
|
"phpunit": [
|
|
|
|
|
|
"tests/action-phpunit.sh"
|
|
|
|
|
|
],
|
2021-04-27 08:32:47 +02:00
|
|
|
|
"test-js": [
|
2022-06-16 14:01:47 +02:00
|
|
|
|
"pnpm concurrently 'pnpm:test-adminpage' 'pnpm:test-extensions'"
|
2021-04-27 08:32:47 +02:00
|
|
|
|
],
|
|
|
|
|
|
"test-php": [
|
2021-08-17 08:33:07 +02:00
|
|
|
|
"@php tools/build-module-headings-translations.php",
|
2021-04-27 08:32:47 +02:00
|
|
|
|
"tests/action-test-php.sh"
|
|
|
|
|
|
],
|
|
|
|
|
|
"watch": [
|
|
|
|
|
|
"Composer\\Config::disableProcessTimeout",
|
2021-07-23 11:58:50 +02:00
|
|
|
|
"pnpm run watch"
|
2021-04-27 08:32:47 +02:00
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"repositories": [],
|
|
|
|
|
|
"autoload": {
|
|
|
|
|
|
"classmap": [
|
|
|
|
|
|
"src"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
|
|
"prefer-stable": true,
|
|
|
|
|
|
"config": {
|
|
|
|
|
|
"sort-packages": true,
|
|
|
|
|
|
"platform": {
|
|
|
|
|
|
"ext-intl": "0.0.0"
|
|
|
|
|
|
},
|
2023-12-07 09:44:11 +01:00
|
|
|
|
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ12_9",
|
2022-04-02 10:26:41 +02:00
|
|
|
|
"allow-plugins": {
|
|
|
|
|
|
"automattic/jetpack-autoloader": true,
|
|
|
|
|
|
"automattic/jetpack-composer-plugin": true
|
|
|
|
|
|
}
|
2021-04-27 08:32:47 +02:00
|
|
|
|
},
|
|
|
|
|
|
"extra": {
|
|
|
|
|
|
"mirror-repo": "Automattic/jetpack-production",
|
2023-05-23 23:18:12 +02:00
|
|
|
|
"release-branch-prefix": [
|
|
|
|
|
|
"jetpack",
|
|
|
|
|
|
"weekly",
|
|
|
|
|
|
"monthly"
|
|
|
|
|
|
],
|
2021-04-27 08:32:47 +02:00
|
|
|
|
"version-constants": {
|
|
|
|
|
|
"JETPACK__VERSION": "jetpack.php"
|
|
|
|
|
|
},
|
|
|
|
|
|
"wp-plugin-slug": "jetpack",
|
2022-04-02 10:26:41 +02:00
|
|
|
|
"dev-releases": true,
|
2021-09-07 21:40:48 +02:00
|
|
|
|
"changelogger-default-type": "other",
|
2021-04-27 08:32:47 +02:00
|
|
|
|
"changelogger": {
|
|
|
|
|
|
"versioning": "wordpress",
|
|
|
|
|
|
"types": {
|
|
|
|
|
|
"major": "Major Enhancements",
|
|
|
|
|
|
"enhancement": "Enhancements",
|
|
|
|
|
|
"compat": "Improved compatibility",
|
2021-07-23 11:58:50 +02:00
|
|
|
|
"bugfix": "Bug fixes",
|
|
|
|
|
|
"other": "Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->"
|
2021-04-27 08:32:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2019-11-15 23:26:29 +01:00
|
|
|
|
}
|