{
  "name": "driveworks-block-form-embed",
  "version": "1.1.0",
  "description": "Use Gutenberg blocks to quickly embed DriveWorks content e.g. Projects and DriveApps.",
  "author": "DriveWorks Ltd",
  "license": "GPL-2.0-or-later",
  "keywords": [
    "WordPress",
    "DriveWorks",
    "DriveWorks Live",
    "Embed",
    "DriveApp",
    "Project",
    "Form",
    "Block",
    "Gutenberg",
    "Integration Theme",
    "Integration"
  ],
  "homepage": "https://www.driveworks.co.uk/",
  "main": "build/index.js",
  "scripts": {
    "build": "wp-scripts build --webpack-copy-php",
    "format": "wp-scripts format",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "start": "wp-scripts start --webpack-copy-php"
  },
  "devDependencies": {
    "@wordpress/scripts": "^27.9.0",
    "lodash": "^4.17.21"
  }
}
