{ "name": "bruce-md2word", "version": "0.5.0", "description": "面向 AI Agent 的 Markdown 转 Word 工具,提供开箱即用的中文排版、Mermaid 图表转图片和可编辑数学公式,提供Skill、独立 CLI 和 DSH 插件。", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "skills", "docs/document-layout.md", "!lib/**/*.map", "cordis.patch.yml", "LICENSE", "NOTICE", "README.md" ], "license": "MIT", "author": "bruc3van", "repository": { "type": "git", "url": "git+https://github.com/bruc3van/bruce-md2word.git" }, "engines": { "node": ">=24 <25" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "scripts": { "build": "node scripts/build.mjs", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "npm run build && node --test tests/*.test.mjs", "prepack": "npm run build", "test:pack": "node scripts/pack-smoke.mjs", "example": "npm run build && node scripts/example.mjs" }, "dependencies": { "@deepseek-ai/schemastery": "3.18.2", "bmp-js": "0.1.0", "docx": "9.7.1", "jsdom": "27.4.0", "json5": "2.2.3", "jszip": "3.10.2", "markdown-it": "14.3.2", "markdown-it-footnote": "4.0.0", "sharp": "0.35.4", "temml": "0.13.5", "yaml": "2.9.1" }, "peerDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-attachment": "0.1.5-rc.2 || 0.1.6-alpha.2", "@deepseek-ai/dsh-fs": "0.1.5-rc.2 || 0.1.6-alpha.2", "@deepseek-ai/dsh-llm": "0.1.5-rc.2 || 0.1.6-alpha.2", "@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.2 || 0.1.6-alpha.2", "@deepseek-ai/dsh-shell": "0.1.5-rc.2 || 0.1.6-alpha.2", "@deepseek-ai/dsh-skill": "0.1.5-rc.2 || 0.1.6-alpha.2", "@deepseek-ai/dsh-tools": "0.1.5-rc.2 || 0.1.6-alpha.2" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-attachment": { "optional": true }, "@deepseek-ai/dsh-sandbox-policy": { "optional": true }, "@deepseek-ai/dsh-skill": { "optional": true }, "@deepseek-ai/dsh-shell": { "optional": true } }, "devDependencies": { "@deepseek-ai/dsh-attachment-local": "0.1.6-alpha.2", "@deepseek-ai/dsh-bash-local": "0.1.6-alpha.2", "@deepseek-ai/dsh-fs-local": "0.1.6-alpha.2", "@deepseek-ai/dsh-home-paths": "0.1.6-alpha.2", "@deepseek-ai/dsh-pwsh-local": "0.1.6-alpha.2", "@deepseek-ai/dsh-shell": "0.1.6-alpha.2", "@deepseek-ai/dsh-skill": "0.1.6-alpha.2", "@deepseek-ai/dsh-subprocess-local": "0.1.6-alpha.2", "@types/bmp-js": "^0.1.2", "@types/jsdom": "^27.0.0", "@types/markdown-it": "^14.1.2", "@types/markdown-it-footnote": "3.0.4", "@types/node": "^24.0.0", "beautiful-mermaid": "1.1.3", "esbuild": "0.28.2", "typescript": "^6.0.3" }, "bin": { "bruce-md2word": "lib/cli.js" }, "homepage": "https://github.com/bruc3van/bruce-md2word#readme", "bugs": { "url": "https://github.com/bruc3van/bruce-md2word/issues" }, "keywords": [ "dsh", "deepseek-harness", "plugin", "markdown", "docx", "word", "mermaid", "agent-skills", "ai-agent", "cli" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }