{
    "name": "agec-ready",
    "version": "0.1.0",
    "description": "Blocs Gutenberg et tooling front pour AGEC Ready.",
    "license": "GPL-2.0-or-later",
    "private": true,
    "scripts": {
        "build": "wp-scripts build --webpack-src-dir=blocks --output-path=build",
        "start": "wp-scripts start --webpack-src-dir=blocks --output-path=build",
        "lint:js": "wp-scripts lint-js blocks",
        "lint:css": "wp-scripts lint-style \"blocks/**/*.scss\"",
        "format": "wp-scripts format",
        "makepot": "wp i18n make-pot . languages/agec-ready.pot --domain=agec-ready",
        "env:start": "wp-env start",
        "env:stop": "wp-env stop",
        "test:php": "phpunit",
        "test:e2e": "playwright test"
    },
    "devDependencies": {
        "@playwright/test": "^1.61.0",
        "@wordpress/block-editor": "^15.21.1",
        "@wordpress/blocks": "^15.21.1",
        "@wordpress/env": "^11.8.1",
        "@wordpress/i18n": "^6.21.1",
        "@wordpress/scripts": "^32.4.1",
        "axe-core": "^4.12.1",
        "jsdom": "^29.1.1"
    }
}
