{
  "name": "post-flow",
  "version": "1.0.0",
  "description": "",
  "main": "build/index.js",
  "files": [
    "build",
    "src",
    "languages",
    "post-flow.php",
    "PostFlowSchedule.php",
    "readme.txt",
    "LICENSE.txt"
  ],
  "scripts": {
    "build": "wp-scripts build",
    "start": "wp-scripts start",
    "package": "wp-scripts plugin-zip",
    "make-pot": "wp i18n make-pot . languages/post-flow.pot --exclude=node_modules,build",
    "make-json": "wp i18n make-json languages --no-purge --use-map='{\"src/index.js\":\"build/index.js\",\"src/utils/utils.js\":\"build/index.js\", \"src/components/Dashboard.jsx\":\"build/index.js\",\"src/components/LogViewer.jsx\":\"build/index.js\"}'",
    "make-mo": "wp i18n make-mo languages"
  },
  "keywords": [],
  "author": "Tensor Ray. <rayhome1987@gmail.com>",
  "license": "GPL-2.0-or-later",
  "devDependencies": {
    "@wordpress/scripts": "^27.9.0"
  },
  "dependencies": {
    "@codeamp/block-components": "0.0.1-beta.14"
  }
}
