{ "name": "@docmd/live", "version": "0.8.12", "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": ">=18" }, "dependencies": { "@docmd/parser": "workspace:*", "@docmd/plugin-math": "workspace:*", "@docmd/plugin-mermaid": "workspace:*", "@docmd/themes": "workspace:*", "@docmd/tui": "workspace:*", "@docmd/ui": "workspace:*", "buffer": "^6.0.3", "esbuild": "^0.28.1", "katex": "^0.17.0", "markdown-it-texmath": "^1.0.0" }, "devDependencies": { "@docmd/api": "workspace:*", "@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" }