{
  "name": "@docmd/live",
  "version": "0.9.4",
  "description": "Browser-based editor engine for docmd.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "bin": {
    "docmd-live": "bin/docmd-live.js"
  },
  "scripts": {
    "build": "tsc && node ./dist/build.js"
  },
  "files": [
    "bin",
    "dist",
    "public",
    "src"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@docmd/parser": "^0.9.4",
    "@docmd/plugin-math": "^0.9.4",
    "@docmd/plugin-mermaid": "^0.9.4",
    "@docmd/themes": "^0.9.4",
    "@docmd/tui": "^0.9.4",
    "@docmd/ui": "^0.9.4",
    "buffer": "^6.0.3",
    "esbuild": "^0.28.2",
    "katex": "^0.18.4",
    "markdown-it-texmath": "^1.0.0"
  },
  "devDependencies": {
    "@docmd/api": "^0.9.4",
    "@types/node": "^24.13.3"
  },
  "keywords": [
    "docmd",
    "editor",
    "browser",
    "live",
    "parser",
    "markdown",
    "minimalist",
    "zero-config",
    "site-generator",
    "docs"
  ],
  "author": {
    "name": "Ghazi",
    "url": "https://mgks.dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/docmd-io/docmd.git"
  },
  "bugs": {
    "url": "https://github.com/docmd-io/docmd/issues"
  },
  "homepage": "https://docmd.io",
  "funding": "https://github.com/sponsors/mgks",
  "license": "MIT"
}