{
  "name": "easy-justified-gallery",
  "version": "2.0.0",
  "description": "Build tooling for the Easy Justified Gallery block. Not shipped to the browser.",
  "license": "GPL-2.0-or-later",
  "private": true,
  "scripts": {
    "build": "wp-scripts build && npm run vendor",
    "start": "wp-scripts start",
    "vendor": "node bin/vendor-glightbox.mjs",
    "lint:js": "wp-scripts lint-js src assets/js/ejg.js assets/js/admin.js"
  },
  "devDependencies": {
    "@wordpress/scripts": "^30.7.0",
    "glightbox": "^3.3.1"
  }
}
