{
    "name": "deposet/woocommerce-deposits",
    "description": "Deposits & Partial Payments for WooCommerce",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "apselo",
            "email": "support@apselo.com",
            "homepage": "https://apselo.com"
        }
    ],
    "require": {
        "php": ">=7.4"
    },
    "autoload": {
        "psr-4": {
            "Deposet\\": "includes/"
        }
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "scripts": {
        "make-pot": "wp i18n make-pot . languages/deposet.pot --domain=deposet --exclude=vendor,node_modules,inc",
        "build": [
            "@composer dump-autoload -o --no-dev",
            "ROOT=$(pwd) && rm -rf /tmp/deposet-build && mkdir -p /tmp/deposet-build/deposet && rsync -a --exclude='.git*' --exclude='README.md' --exclude='INSTALLATION.md' --exclude='DEPLOYMENT-CHECKLIST.md' --exclude='inc' --exclude='node_modules' --exclude='.DS_Store' --exclude='*.zip' --exclude='languages/readme.txt' ./ /tmp/deposet-build/deposet/ && cd /tmp/deposet-build && rm -f \"$ROOT/deposet.zip\" && zip -r -q -X \"$ROOT/deposet.zip\" deposet && echo \"Built: $ROOT/deposet.zip\""
        ]
    },
    "scripts-descriptions": {
        "make-pot": "Generate the translation template at languages/deposet.pot",
        "build": "Regenerate the optimized autoloader and package a clean distributable deposet.zip"
    }
}
