{
    "name": "block-wc-custom-thank-you",
    "version": "2.2.0",
    "description": "Display complete WooCommerce order details including items, totals, and customer information.",
    "author": "wccty block authoring tool",
    "license": "GPL-2.0-or-later",
    "main": "build/index.js",
    "scripts": {
        "build": "wp-scripts build --webpack-copy-php",
        "format": "wp-scripts format",
        "lint:css": "wp-scripts lint-style",
        "lint:js": "wp-scripts lint-js",
        "packages-update": "wp-scripts packages-update",
        "plugin-zip": "wp-scripts plugin-zip",
        "start": "wp-scripts start --blocks-manifest"
    },
    "devDependencies": {
        "@wordpress/scripts": "^30.15.0"
    }
}