{
    "name": "leth/ai-semantic-handshake",
    "description": "AI Semantic Handshake Plugin",
    "license": "GPL-2.0-or-later",
    "type": "wordpress-plugin",
    "require": {
        "htmlburger/carbon-fields": "3.6.9"
    },
    "autoload": {
        "psr-4": {
            "Leth\\AISH\\": "includes/"
        }
    },
    "config": {
        "optimize-autoloader": true,
        "audit": {
            "abandoned": "ignore",
            "block-insecure": false
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6"
    },
    "scripts": {
        "test": "php phpunit.phar -c phpunit.xml.dist",
        "qa": "@test"
    },
    "repositories": [{
        "name": "local-packagist",
        "type": "composer",
        "url": "https://repo.packagist.org"
    }]
}
