{
  "name": "docen",
  "version": "0.4.0",
  "description": "Universal document toolkit — one package for headless Markdown/HTML/DOCX conversion AND the full docen web-component editor. Re-exports @docen/docx (converters + engine) and @docen/editor (<docen-document>).",
  "keywords": [
    "components",
    "converter",
    "docen",
    "document",
    "docx",
    "editor",
    "format-conversion",
    "html",
    "markdown",
    "microsoft-word",
    "office",
    "pagination",
    "prosemirror",
    "rich-text",
    "tiptap",
    "typescript",
    "unified-api",
    "web-components",
    "word",
    "wysiwyg"
  ],
  "homepage": "https://github.com/DemoMacro/docen#readme",
  "bugs": {
    "url": "https://github.com/DemoMacro/docen/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Demo Macro",
    "email": "abc@imst.xyz",
    "url": "https://www.demomacro.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DemoMacro/docen.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": [
    "./dist/editor.mjs"
  ],
  "main": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./docx": {
      "types": "./dist/docx.d.mts",
      "import": "./dist/docx.mjs"
    },
    "./editor": {
      "types": "./dist/editor.d.mts",
      "import": "./dist/editor.mjs"
    }
  },
  "dependencies": {
    "@docen/docx": "0.4.0",
    "@docen/editor": "0.4.0"
  },
  "scripts": {
    "dev": "basis build --stub",
    "build": "vp pack"
  }
}