{
  "name": "@aswin.dev/editor",
  "description": "Vue 3 visual drag-and-drop email editor powered by Templatical",
  "version": "0.9.5",
  "bugs": "https://github.com/templatical/sdk/issues",
  "devDependencies": {
    "@lucide/vue": "^1.11.0",
    "@tiptap/core": "^3.22.4",
    "@tiptap/extension-color": "^3.22.4",
    "@tiptap/extension-font-family": "^3.22.4",
    "@tiptap/extension-highlight": "^3.22.4",
    "@tiptap/extension-link": "^3.22.4",
    "@tiptap/extension-subscript": "^3.22.4",
    "@tiptap/extension-superscript": "^3.22.4",
    "@tiptap/extension-text-align": "^3.22.4",
    "@tiptap/extension-text-style": "^3.22.4",
    "@tiptap/extension-underline": "^3.22.4",
    "@tiptap/starter-kit": "^3.22.4",
    "@tiptap/suggestion": "^3.22.4",
    "@tiptap/vue-3": "^3.22.4",
    "@vitejs/plugin-vue": "^6.0.6",
    "@vue/test-utils": "^2.4.8",
    "@vueuse/core": "^14.2.1",
    "es-module-lexer": "^2.1.0",
    "happy-dom": "^20.9.0",
    "liquidjs": "^10.25.7",
    "tailwindcss": "^4.2.4",
    "typescript": "^6.0.3",
    "vanilla-colorful": "^0.7.2",
    "vite": "^8.0.10",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.1.5",
    "vue": "^3.5.33",
    "vue-tsc": "^3.2.7",
    "vuedraggable": "^4.1.0",
    "@aswin.dev/core": "0.9.5",
    "@aswin.dev/quality": "0.9.5",
    "@aswin.dev/types": "0.9.5"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/templatical-editor.js"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://templatical.com",
  "keywords": [
    "drag-and-drop",
    "email",
    "email-builder",
    "email-editor",
    "email-template",
    "mjml",
    "templatical",
    "tiptap",
    "vue",
    "wysiwyg"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "module": "./dist/templatical-editor.js",
  "peerDependencies": {
    "@aswin.dev/media-library": "0.9.5",
    "@aswin.dev/renderer": "0.9.5"
  },
  "peerDependenciesMeta": {
    "@aswin.dev/renderer": {
      "optional": true
    },
    "@aswin.dev/media-library": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/templatical/sdk.git",
    "directory": "packages/editor"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "vite build",
    "build:all": "vite build && vite build --config vite.cdn.config.ts",
    "build:cdn": "vite build --config vite.cdn.config.ts",
    "test": "vitest run",
    "typecheck": "vue-tsc --noEmit",
    "verify:pack": "node scripts/verify-pack.mjs"
  }
}