{
  "name": "ml-slider-lightbox",
  "version": "1.0.0",
  "scripts": {
    "build": "wp-scripts build blocks/ml-gallery/src/index.js --output-path=blocks/ml-gallery/build",
    "start": "wp-scripts start blocks/ml-gallery/src/index.js --output-path=blocks/ml-gallery/build",
    "test:js": "wp-scripts test-unit-js",
    "wp-env": "wp-env",
    "test:e2e": "playwright test --config tests/e2e/playwright.config.js",
    "report": "node tests/bin/report.mjs",
    "report:e2e": "node tests/bin/report.mjs --e2e"
  },
  "devDependencies": {
    "@playwright/test": "^1.60.0",
    "@wordpress/env": "^10.39.0",
    "@wordpress/scripts": "^30.0.0",
    "jest-junit": "^17.0.0",
    "jquery": "^3.7.1",
    "xunit-viewer": "^10.6.1"
  }
}
