{
    "name": "calliopewp/export-import-media",
    "description": "CSV export/import for WordPress media libraries.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "require": {
        "enshrined/svg-sanitize": "0.22.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6"
    },
    "config": {
        "platform": {
            "php": "7.4.0"
        },
        "sort-packages": true
    },
    "scripts": {
        "test": [
            "@test:unit",
            "@test:filesystem",
            "@test:services",
            "@test:temp-files",
            "@test:svg"
        ],
        "test:unit": "vendor/bin/phpunit --configuration phpunit.xml.dist",
        "test:filesystem": "php tests/test-filesystem.php",
        "test:services": "php tests/test-service-wiring.php",
        "test:temp-files": "php tests/test-temp-file-manager.php",
        "test:svg": "php tests/test-svg-import-validator.php"
    }
}
