{
    "name": "hallme/woo-address-book",
    "description": "Gives your customers the option to store multiple shipping addresses and retrieve them on checkout",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "prefer-stable": true,
    "minimum-stability": "dev",
    "require": {

    },
    "require-dev": {
        "phpunit/phpunit": "4.8.*|5.7.*",
        "woocommerce/woocommerce-sniffs": "^0.0.9"
    },
    "scripts": {
        "test": [
            "phpunit"
        ],
        "phpcs": [
            "phpcs -s -p"
        ],
        "phpcbf": [
            "phpcbf -p"
        ]
    },
    "extra": {
        "scripts-description": {
            "test": "Run unit tests",
            "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
            "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
        }
    }
}
