127 lines
3.8 KiB
JSON
127 lines
3.8 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": "^1.4.20",
|
||
"automattic/jetpack-abtest": "^1.10.13",
|
||
"automattic/jetpack-action-bar": "^0.1.17",
|
||
"automattic/jetpack-assets": "^1.18.1",
|
||
"automattic/jetpack-autoloader": "^2.11.19",
|
||
"automattic/jetpack-backup": "^1.12.15",
|
||
"automattic/jetpack-blaze": "^0.5.11",
|
||
"automattic/jetpack-blocks": "^1.4.21",
|
||
"automattic/jetpack-compat": "^1.7.6",
|
||
"automattic/jetpack-composer-plugin": "^1.1.10",
|
||
"automattic/jetpack-config": "^1.15.2",
|
||
"automattic/jetpack-connection": "^1.51.7",
|
||
"automattic/jetpack-constants": "^1.6.22",
|
||
"automattic/jetpack-device-detection": "^1.4.25",
|
||
"automattic/jetpack-error": "^1.3.20",
|
||
"automattic/jetpack-forms": "^0.14.1",
|
||
"automattic/jetpack-google-fonts-provider": "^0.5.2",
|
||
"automattic/jetpack-identity-crisis": "^0.8.45",
|
||
"automattic/jetpack-import": "^0.7.0",
|
||
"automattic/jetpack-ip": "^0.1.2",
|
||
"automattic/jetpack-jitm": "^2.3.6",
|
||
"automattic/jetpack-lazy-images": "^2.1.36",
|
||
"automattic/jetpack-licensing": "^1.8.2",
|
||
"automattic/jetpack-logo": "^1.6.1",
|
||
"automattic/jetpack-my-jetpack": "^2.11.0",
|
||
"automattic/jetpack-partner": "^1.7.23",
|
||
"automattic/jetpack-plugins-installer": "^0.2.4",
|
||
"automattic/jetpack-post-list": "^0.4.5",
|
||
"automattic/jetpack-publicize": "^0.25.1",
|
||
"automattic/jetpack-redirect": "^1.7.25",
|
||
"automattic/jetpack-roles": "^1.4.23",
|
||
"automattic/jetpack-search": "^0.36.2",
|
||
"automattic/jetpack-stats": "^0.6.2",
|
||
"automattic/jetpack-stats-admin": "^0.7.3",
|
||
"automattic/jetpack-status": "^1.17.0",
|
||
"automattic/jetpack-sync": "^1.47.8",
|
||
"automattic/jetpack-videopress": "^0.13.10",
|
||
"automattic/jetpack-waf": "^0.11.3",
|
||
"automattic/jetpack-wordads": "^0.2.41",
|
||
"nojimage/twitter-text-php": "3.1.2"
|
||
},
|
||
"require-dev": {
|
||
"antecedent/patchwork": "2.1.25",
|
||
"automattic/jetpack-changelogger": "^3.3.2",
|
||
"johnkary/phpunit-speedtrap": "^4.0.0 || ^2.0.0 || ^1.1.0",
|
||
"yoast/phpunit-polyfills": "1.0.4"
|
||
},
|
||
"scripts": {
|
||
"build-production": [
|
||
"pnpm run build-production-concurrently"
|
||
],
|
||
"build-development": [
|
||
"pnpm run build-concurrently"
|
||
],
|
||
"phpunit": [
|
||
"tests/action-phpunit.sh"
|
||
],
|
||
"test-js": [
|
||
"pnpm concurrently '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ⓥ12_1",
|
||
"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. -->"
|
||
}
|
||
}
|
||
}
|
||
}
|