{
  "name": "@zesyn/zeditor",
  "version": "1.0.6",
  "description": "Free, open-source rich text editor with all premium features built-in.",
  "main": "dist/zeditor.umd.js",
  "module": "dist/zeditor.es.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/zeditor.es.js",
      "require": "./dist/zeditor.umd.js"
    },
    "./dist/zeditor.css": "./dist/zeditor.css"
  },
  "files": ["dist", "LICENSE", "README.md"],
  "keywords": ["rich text editor", "wysiwyg", "editor", "free", "open-source", "ckeditor alternative", "tinymce alternative", "math equations", "track changes"],
  "author": "ZeSyn <contact@zesyn.com>",
  "homepage": "https://zesyn.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/zesyn/zeditor"
  },
  "license": "MIT",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "typescript": "^5.3.3",
    "vite": "^5.1.0",
    "vite-plugin-dts": "^3.7.2"
  },
  "dependencies": {
    "docx": "^8.5.0",
    "mammoth": "^1.7.1",
    "prismjs": "^1.29.0"
  }
}
