{
    "name": "agent001/agent001",
    "description": "WooCommerce plugin that connects the store to agent001, an AI customer-support chat widget. Syncs the catalog and exposes a privacy-protected REST endpoint for order-status lookups.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "keywords": [
        "wordpress",
        "woocommerce",
        "sync",
        "rest-api"
    ],
    "require": {
        "php": ">=7.4"
    },
    "require-dev": {
        "php-stubs/wordpress-stubs": "^6.4",
        "php-stubs/woocommerce-stubs": "^8.5"
    },
    "autoload": {
        "psr-4": {
            "Agent001\\": "src/"
        }
    },
    "config": {
        "sort-packages": true,
        "optimize-autoloader": true,
        "preferred-install": "dist"
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
