UNPKG

@mdast2docx/remark-docx

Version:

A unified plugin to prepare MDAST trees for DOCX conversion using mdast2docx.

113 lines (112 loc) 2.76 kB
{ "name": "@mdast2docx/remark-docx", "author": "Mayank Kumar Chaudhari (https://mayank-chaudhari.vercel.app)", "private": false, "version": "0.1.0", "description": "A unified plugin to prepare MDAST trees for DOCX conversion using mdast2docx.", "license": "MPL-2.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "repository": "github:md2docx/remark-docx", "bugs": "https://github.com/md2docx/remark-docx/issues", "homepage": "https://github.com/md2docx/remark-docx/#readme", "sideEffects": false, "files": [ "dist/**" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "tsup && tsc -p tsconfig-build.json && gzip -c dist/index.js | wc -c", "clean": "rm -rf dist", "dev": "tsup --watch && tsc -p tsconfig-build.json -w", "typecheck": "tsc --noEmit", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "test": "vitest run --coverage" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@testing-library/react": "^16.3.0", "@types/mdast": "^4.0.4", "@types/node": "^22.14.0", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.1", "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-v8": "^3.1.1", "docx": "^9.3.0", "esbuild-plugin-rdi": "^0.0.0", "jsdom": "^26.0.0", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "tsup": "^8.4.0", "typescript": "^5.8.3", "unified": "^11.0.5", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.1.1" }, "dependencies": { "docx": "^9.3.0", "mdast2docx": "0.4.1" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/md2docx" }, { "type": "github", "url": "https://github.com/sponsors/mayank1513" } ], "keywords": [ "remark-docx", "remark-plugin", "markdown-to-docx", "mdast-to-docx", "docx-formatting", "text-processing", "mdast-extensions", "unist-custom-nodes", "nodes", "images", "hyperlinks", "footnotes", "converter", "plugin", "markdown", "mdast", "unist", "remark", "unified", "docx", "ms-word", "document-generator", "document-generation", "typescript", "open-source", "customizable", "seamless-integration", "modern", "web-development", "frontend", "automation", "google-sheets", "generative-ai", "rich-text", "cutting-edge", "compatibility", "progressive", "md2docx", "mdast2docx", "m2d", "mayank1513" ] }