32 lines
822 B
JSON
32 lines
822 B
JSON
{
|
|
"name": "woocommerce/remote-specs-validation",
|
|
"description": "Remote specs testing suite",
|
|
"type": "library",
|
|
"license": "GPL-3.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Automattic\\WooCommerce\\Tests\\RemoteSpecsValidation\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"automattic/jetpack-changelogger": "^3.3.0"
|
|
},
|
|
"extra": {
|
|
"changelogger": {
|
|
"formatter": {
|
|
"filename": "../../../tools/changelogger/class-legacy-core-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"
|
|
}
|
|
}
|
|
}
|