{
  "name": "block-revealer",
  "version": "2.0.0",
  "description": "",
  "scripts": {
    "watch": "wp-scripts start sources/block-revealer/editor.js --output-path=dist/block-revealer --webpack-devtool=eval-source-map --webpack-src-dir=sources/block-revealer --webpack-copy-php  --stats=minimal --config ./webpack.config.js",
    "build": "wp-scripts build sources/block-revealer/editor.js --output-path=dist/block-revealer --webpack-devtool=eval-source-map --mode=production --webpack-src-dir=sources/block-revealer --webpack-copy-php  --stats=minimal --config ./webpack.config.js",
    "playground": "npx @wp-now/wp-now start",
    "blueprint": "npx @wp-now/wp-now start --php=8.1 --blueprint=blueprint.json",
    "i18n:create:pot" : "wp i18n make-pot . languages/wp-block-revealer.pot --exclude=sources,node_modules,vendor --merge=languages/wp-block-revealer.pot",
    "i18n:create:json" : "wp i18n make-json languages"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@wordpress/block-editor": "^15.5.0",
    "@wordpress/components": "^30.5.0",
    "@wordpress/edit-post": "^8.31.0",
    "@wordpress/editor": "^14.31.0",
    "@wordpress/hooks": "^3.50.0",
    "@wordpress/i18n": "^6.4.0",
    "@wordpress/icons": "^10.31.0",
    "@wordpress/plugins": "^7.31.0",
    "@wordpress/primitives": "^4.32.0",
    "@wordpress/scripts": "^26.19.0",
    "classnames": "^2.5.1"
  }
}
