{
  "name": "regen.mde",
  "version": "0.9.9",
  "description": "Convert between DOCX/PPTX and Markdown — Word OMML equations to KaTeX TeX on the way in, LaTeX to native OMML on the way out.",
  "bin": {
    "build-corpus": "bin/build-corpus.js",
    "build-corpus-editor": "bin/build-corpus-editor.js",
    "mdeditor": "bin/build-corpus-editor.js",
    "regen-mde": "bin/build-corpus-editor.js",
    "regen-mdeditor": "bin/build-corpus-editor.js",
    "regen-mdeditor-install": "bin/regen-mdeditor-install.js",
    "regen-mdeditor-uninstall": "bin/regen-mdeditor-uninstall.js",
    "build-corpus-katex": "bin/validate-katex.js"
  },
  "files": [
    "bin/",
    "desktop/BuildCorpusEditor/*.cs",
    "desktop/BuildCorpusEditor/*.csproj",
    "desktop/BuildCorpusEditor/*.manifest",
    "dist/release/regen-mde-*-win-x64-setup.exe",
    "dist/release/regen-mde-*-win-x64.zip",
    "dist/windows-editor/",
    "editor-web/",
    "installer/",
    "src/build_corpus/*.py",
    "src/build_corpus/templates/*.py",
    "src/build_corpus/templates/*.dotx",
    "examples/",
    "scripts/",
    "tools/*.py",
    "requirements.txt",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "editor:build": "vite build --config editor-web/vite.config.js",
    "editor:windows": "powershell.exe -ExecutionPolicy Bypass -File scripts/build-windows-editor.ps1",
    "editor:package": "powershell.exe -ExecutionPolicy Bypass -File scripts/package-windows-editor.ps1",
    "test:conversion": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts/run-required-tests.ps1 -Suite Conversion",
    "test:editor": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts/run-required-tests.ps1 -Suite Editor",
    "test:required": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts/run-required-tests.ps1 -Suite Auto",
    "test:all": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts/run-required-tests.ps1 -Suite All",
    "release": "node scripts/release-npm.mjs",
    "prepack": "npm run editor:windows && npm run editor:package",
    "postinstall": "node bin/postinstall.js",
    "preuninstall": "node bin/postinstall.js --uninstall",
    "test": "node bin/build-corpus.js --help && node bin/validate-katex.js README.md"
  },
  "dependencies": {
    "@codemirror/lang-markdown": "^6.5.0",
    "@codemirror/theme-one-dark": "^6.1.3",
    "@tiptap/extension-bubble-menu": "^3.23.1",
    "@tiptap/extension-floating-menu": "^3.23.1",
    "@tiptap/extension-image": "^3.23.1",
    "@tiptap/extension-link": "^3.23.1",
    "@tiptap/extension-placeholder": "^3.23.1",
    "@tiptap/extension-table": "^3.23.1",
    "@tiptap/extension-table-cell": "^3.23.1",
    "@tiptap/extension-table-header": "^3.23.1",
    "@tiptap/extension-table-row": "^3.23.1",
    "@tiptap/extension-task-item": "^3.23.1",
    "@tiptap/extension-task-list": "^3.23.1",
    "@tiptap/react": "^3.23.1",
    "@tiptap/starter-kit": "^3.23.1",
    "@uiw/react-codemirror": "^4.25.9",
    "katex": "^0.16.22",
    "marked": "^15.0.12",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "turndown": "^7.2.4"
  },
  "keywords": [
    "docx",
    "markdown",
    "word",
    "omml",
    "katex",
    "converter"
  ],
  "author": "LIFE AI",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@vitejs/plugin-react": "^4.7.0",
    "vite": "^6.4.2"
  }
}
