{
"name": "hostinger/hostinger-command",
"description": "WP-CLI command to retrieve WooCommerce orders.",
"type": "wp-cli-package",
"version": "1.0.4",
"license": "MIT",
"autoload": {
"psr-4": {
"Hostinger\\WPCLI\\": "src/"
},
"files": [
"hostinger-command.php"
]
},
"require": {
"wp-cli/wp-cli": "^2.0"
}
}