39 lines
1016 B
JSON
39 lines
1016 B
JSON
{
|
|
"name": "woocommerce/woocommerce-blocks",
|
|
"description": "WooCommerce blocks for the Gutenberg editor.",
|
|
"homepage": "https://woocommerce.com/",
|
|
"type": "wordpress-plugin",
|
|
"version": "11.8.0-dev",
|
|
"license": "GPL-3.0-or-later",
|
|
"prefer-stable": true,
|
|
"minimum-stability": "dev",
|
|
"require-dev": {
|
|
"automattic/jetpack-changelogger": "3.3.0"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.4"
|
|
},
|
|
"allow-plugins": {
|
|
"automattic/jetpack-autoloader": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"changelogger": {
|
|
"changes-dir": "../woocommerce/changelog",
|
|
"formatter": {
|
|
"filename": "../../tools/changelogger/class-package-formatter.php"
|
|
},
|
|
"types": {
|
|
"fix": "Fixes an existing bug",
|
|
"add": "Adds functionality",
|
|
"update": "Update existing functionality",
|
|
"dev": "Development related task",
|
|
"tweak": "A minor adjustment to the codebase",
|
|
"performance": "Address performance issues",
|
|
"enhancement": "Improve existing functionality"
|
|
},
|
|
"changelog": "CHANGELOG.md"
|
|
}
|
|
}
|
|
} |