{
    "name": "ouun/wc-repack",
    "description": "Get permission from your customers to reuse already used shipping packaging. As a shop owner it is an easy way to save resources, money and above all to protect the environment.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "WeRePack Initiative",
            "email": "hello@werepack.org"
        },
        {
            "name": "Philipp Wellmer",
            "email": "philipp@ouun.io"
        }
    ],
    "require": {},
    "require-dev": {
        "filp/whoops": "^2.5"
    },
    "scripts": {
        "lint": [
            "phpcs --colors --ignore=index.php,vendor,resources,storage,dist --extensions=php --standard=WordPress-Extra ."
        ],
        "fix": [
            "phpcbf -q --ignore=index.php,vendor,resources,storage,dist --extensions=php --standard=WordPress-Extra . && composer lint"
        ]
    }
}
