{
  "name": "dynamic-block-content",
  "version": "0.1.0",
  "description": "Enable WordPress blocks to display dynamic data that auto-updates on the frontend of your site.",
  "main": "src/index.js",
  "scripts": {
    "start": "wp-scripts start",
    "build": "wp-scripts build"
  },
  "author": "Brian Siklinski",
  "license": "ISC",
  "devDependencies": {
    "@wordpress/scripts": "^16.0.0"
  },
  "dependencies": {
    "@wordpress/components": "^14.0.0",
    "@wordpress/edit-post": "^4.0.0",
    "@wordpress/element": "^3.0.0",
    "@wordpress/i18n": "^4.0.0",
    "@wordpress/plugins": "^3.0.0",
    "lodash": "^4.17.21"
  }
}
