{
  "name": "@elementor/editor-elements",
  "description": "This package contains the elements model for the Elementor editor",
  "version": "4.0.9",
  "private": false,
  "author": "Elementor Team",
  "homepage": "https://elementor.com/",
  "license": "GPL-3.0-or-later",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elementor/elementor.git",
    "directory": "packages/libs/editor-elements"
  },
  "bugs": {
    "url": "https://github.com/elementor/elementor/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "/dist",
    "/src",
    "!**/__tests__"
  ],
  "scripts": {
    "build": "tsup --config=../../tsup.build.ts",
    "dev": "tsup --config=../../tsup.dev.ts"
  },
  "dependencies": {
    "@elementor/editor-mcp": "4.0.9",
    "@elementor/editor-props": "4.0.9",
    "@elementor/editor-styles": "4.0.9",
    "@elementor/editor-v1-adapters": "4.0.9",
    "@elementor/schema": "4.0.9",
    "@elementor/utils": "4.0.9",
    "@wordpress/i18n": "^3.1.0"
  },
  "peerDependencies": {
    "react": "^18.3.1"
  },
  "devDependencies": {
    "tsup": "^8.3.5"
  }
}
