{ "name": "pdfcrowd-mcp-pdf-export", "version": "1.2.2", "description": "PDF Export for AI agents - Well-designed PDFs from a single prompt. Describe what you need, get a professional document.", "type": "module", "mcpName": "io.github.pdfcrowd/pdfcrowd-mcp-pdf-export", "main": "dist/index.js", "bin": { "pdfcrowd-mcp-pdf-export": "dist/index.js" }, "scripts": { "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "build": "tsc", "test": "vitest run", "clean": "rm -rf dist", "version": "bash scripts/finalize-changelog.sh && bash scripts/sync-server-version.sh", "publish-registry": "mcp-publisher publish", "prepublishOnly": "npm run build" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "axios": "^1.7.9", "form-data": "^4.0.0", "yazl": "^3.3.1", "zod": "^3.23.8", "zod-to-json-schema": "^3.25.1" }, "devDependencies": { "@types/node": "^22.10.0", "@types/yazl": "^3.3.0", "tsx": "^4.19.2", "typescript": "^5.7.2", "vitest": "^4.0.18" }, "keywords": [ "mcp", "model-context-protocol", "pdf", "pdf-export", "pdfcrowd", "claude", "claude-code", "codex", "ai", "llm", "document-generation", "report-generation", "html-to-pdf" ], "license": "MIT", "author": "PDFCrowd (https://pdfcrowd.com)", "homepage": "https://pdfcrowd.com/mcp-pdf-export/", "repository": { "type": "git", "url": "git+https://github.com/pdfcrowd/pdfcrowd-mcp-pdf-export.git" }, "bugs": { "url": "https://github.com/pdfcrowd/pdfcrowd-mcp-pdf-export/issues" }, "files": [ "dist", "README.md", "LICENSE" ] }