{
  "name": "publishflow-blocks",
  "private": true,
  "version": "0.1.0",
  "description": "Production-minded Gutenberg workflow blocks for editorial teams.",
  "license": "GPL-2.0-or-later",
  "main": "publishflow-blocks.php",
  "files": [
    "build",
    "src",
    "publishflow-blocks.php",
    "uninstall.php",
    "README.md",
    "readme.txt",
    "package.json"
  ],
  "scripts": {
    "build": "wp-scripts build --experimental-modules",
    "build:publishflow": "npm run build",
    "check-licenses": "wp-scripts check-licenses",
    "format": "wp-scripts format",
    "lint": "npm run lint:js && npm run lint:css",
    "lint:publishflow": "npm run lint",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "release:check": "npm run lint && npm run test && npm run build",
    "release:zip": "npm run release:check && npm run plugin-zip",
    "start": "wp-scripts start --experimental-modules",
    "test": "npm run test:js",
    "test:publishflow": "npm run test",
    "test:js": "wp-scripts test-unit-js --runInBand",
    "typecheck": "npm run lint:js"
  },
  "dependencies": {
    "@wordpress/api-fetch": "^7.42.0",
    "@wordpress/block-editor": "^15.15.0",
    "@wordpress/blocks": "^15.15.0",
    "@wordpress/components": "^32.4.0",
    "@wordpress/core-data": "^7.42.0",
    "@wordpress/data": "^10.42.0",
    "@wordpress/element": "^6.42.0",
    "@wordpress/i18n": "^6.15.0",
    "@wordpress/interactivity": "^6.35.0",
    "@wordpress/primitives": "^4.42.0",
    "@wordpress/server-side-render": "^6.18.0",
    "@wordpress/url": "^4.42.0"
  },
  "devDependencies": {
    "@wordpress/scripts": "^31.7.0"
  }
}
