{
    "name": "nanotrans/agent-paywall",
    "description": "Agent-native paywall for WordPress using x402 protocol and USDC on Base Network",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=8.1",
        "web3p/ethereum-tx": "^0.4"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "wp-coding-standards/wpcs": "^3.0",
        "phpcompatibility/phpcompatibility-wp": "^2.1",
        "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
        "yoast/phpunit-polyfills": "^2.0",
        "php-stubs/wordpress-stubs": "^6.9"
    },
    "autoload": {
        "classmap": [
            "includes/"
        ]
    },
    "scripts": {
        "lint": "phpcs --standard=WordPress plugin/",
        "lint:fix": "phpcbf --standard=WordPress plugin/",
        "test": "phpunit"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}
