{ "name": "correosoficial/woocommerce-shipping-correos", "description": "Correos and Correos Express Spain plugin for shipment management. It integrates national and international parcel services, making the management of your orders a quick and easy task.", "type": "wordpress-plugin", "license": "GPL-3.0-or-later", "scripts": { "phpcbf": "phpcbf --standard=phpcs.xml .", "phpcs": "phpcs --standard=phpcs.xml ." }, "require-dev": { "woocommerce/woocommerce-sniffs": "^0.1.0", "squizlabs/php_codesniffer": "^3.6" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "extra": { "scripts-description": { "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" } } }