28 lines
708 B
JSON
28 lines
708 B
JSON
{
|
|
"name": "woocommerce/api",
|
|
"description": "WooCommerce API",
|
|
"type": "library",
|
|
"license": "GPL-3.0-or-later",
|
|
"minimum-stability": "dev",
|
|
"require-dev": {
|
|
"automattic/jetpack-changelogger": "3.0.2"
|
|
},
|
|
"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"
|
|
},
|
|
"changelog": "NEXT_CHANGELOG.md"
|
|
}
|
|
}
|
|
}
|