{
    "name": "remjobs",
    "version": "1.0.7",
    "description": "Remote Jobs WordPress Plugin",
    "scripts": {
        "build": "wp-scripts build includes/blocks/*/src/index.js --output-path=includes/blocks/*/build",
        "start": "wp-scripts start includes/blocks/*/src/index.js --output-path=includes/blocks/*/build",
        "packages-update": "wp-scripts packages-update",
        "check-engines": "wp-scripts check-engines",
        "check-licenses": "wp-scripts check-licenses",
        "format": "wp-scripts format",
        "lint:css": "wp-scripts lint-style",
        "lint:js": "wp-scripts lint-js",
        "lint:md:docs": "wp-scripts lint-md-docs",
        "lint:pkg-json": "wp-scripts lint-pkg-json",
        "test:e2e": "wp-scripts test-e2e",
        "test:unit": "wp-scripts test-unit-js",
        "clean": "rm -rf node_modules includes/blocks/*/node_modules **/.DS_Store",
        "build:zip": "echo 'Please run ./run-build.sh directly to avoid workspace issues'",
        "build:production": "echo 'Please run ./run-build.sh directly to avoid workspace issues'"
    },
    "devDependencies": {
        "@wordpress/scripts": "^30.0.2",
        "npm-run-all": "^4.1.5"
    },
    "dependencies": {
        "@wordpress/blocks": "^12.29.0",
        "@wordpress/block-editor": "^12.21.0",
        "@wordpress/components": "^27.0.0",
        "@wordpress/i18n": "^4.51.0",
        "@wordpress/element": "^5.29.0",
        "react": "^18.0.0",
        "react-dom": "^18.0.0"
    },
    "workspaces": [
        "includes/blocks/*"
    ]
}