{
  "name": "@elementor/editor-mcp",
  "version": "4.2.4",
  "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.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/elementor/elementor.git",
    "directory": "packages/core/editor-mcp"
  },
  "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"
  },
  "devDependencies": {
    "tsup": "^8.3.5"
  },
  "dependencies": {
    "@elementor-external/angie-sdk": "npm:@elementor/angie-sdk@^1.4.5",
    "@elementor/editor-v1-adapters": "4.2.4",
    "@elementor/schema": "4.2.4",
    "@elementor/store": "4.2.4",
    "@modelcontextprotocol/sdk": "1.27.1",
    "@wordpress/api-fetch": "^6.42.0",
    "zod-to-json-schema": "3.24.6"
  }
}
