2022-05-05 03:26:36 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce/components",
|
|
|
|
"description": "WooCommerce JS component library",
|
|
|
|
"type": "library",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"require-dev": {
|
2022-06-28 18:15:39 +00:00
|
|
|
"automattic/jetpack-changelogger": "3.1.3"
|
2022-05-05 03:26:36 +00:00
|
|
|
},
|
2022-05-27 21:57:33 +00:00
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.2"
|
|
|
|
}
|
|
|
|
},
|
2022-05-05 03:26:36 +00:00
|
|
|
"extra": {
|
|
|
|
"changelogger": {
|
|
|
|
"formatter": {
|
|
|
|
"filename": "../../../tools/changelogger/PackageFormatter.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"
|
|
|
|
},
|
2022-06-14 02:21:02 +00:00
|
|
|
"changelog": "CHANGELOG.md"
|
2022-05-05 03:26:36 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|