woocommerce/packages/js/api/composer.json

28 lines
708 B
JSON
Raw Normal View History

2021-11-11 03:28:10 +00:00
{
"name": "woocommerce/api",
"description": "WooCommerce API",
"type": "library",
"license": "GPL-3.0-or-later",
"minimum-stability": "dev",
"require-dev": {
2021-11-11 04:03:44 +00:00
"automattic/jetpack-changelogger": "3.0.2"
2021-11-11 03:28:10 +00:00
},
"extra": {
"changelogger": {
"formatter": {
"filename": "../../../tools/changelogger/PackageFormatter.php"
2021-11-11 03:28:10 +00:00
},
2021-11-15 22:51:03 +00:00
"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"
},
2021-11-11 03:38:38 +00:00
"changelog": "NEXT_CHANGELOG.md"
2021-11-11 03:28:10 +00:00
}
}
}