{
  "name": "miracuves-editor-optimizer",
  "version": "1.0.1",
  "description": "Makes the Elementor editor faster: scan real widget usage across your site, disable unused widgets safely, and choose Build Mode (full editor) or Edit Mode (lighter session) with optional Editor Firewall, snapshot cache, and widget diet. Optimizations target the editor and admin—your public site stays unchanged by default. By Miracuves Solutions.",
  "main": "miracuves-editor-optimizer.php",
  "scripts": {
    "build": "echo 'No build process required'",
    "test": "echo 'No tests specified'",
    "lint": "echo 'No linting configured'"
  },
  "keywords": [
    "wordpress",
    "elementor",
    "optimization",
    "performance",
    "widgets",
    "cache",
    "speed"
  ],
  "author": "Miracuves Solutions",
  "license": "GPL-2.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/miracuves/BoostElementor"
  },
  "bugs": {
    "url": "https://github.com/miracuves/BoostElementor/issues"
  },
  "homepage": "https://wpstack.online",
  "devDependencies": {},
  "dependencies": {},
  "wordpress": {
    "requires": {
      "php": ">=7.4",
      "wordpress": ">=5.0",
      "elementor": ">=3.0.0"
    },
    "tested": {
      "php": "8.2",
      "wordpress": "6.9",
      "elementor": "3.35.0"
    }
  },
  "files": [
    "miracuves-editor-optimizer.php",
    "meo-firewall.php",
    "assets/",
    "languages/",
    "uninstall.php",
    "index.php",
    "README.md"
  ]
}