{
  "name": "docx2pdf-cli",
  "version": "0.2.4",
  "description": "Honest, batch-aware DOCX to PDF CLI with hybrid backends (LibreOffice, Gotenberg, ConvertAPI, Pages, Word, textutil). Part of the contract-ops CLI suite.",
  "type": "commonjs",
  "bin": {
    "docx2pdf": "src/cli.js"
  },
  "files": [
    "src/",
    "docs/",
    "examples/",
    "schemas/",
    "AGENTS.md",
    "llms.txt",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DrBaher/docx2pdf-cli.git"
  },
  "bugs": {
    "url": "https://github.com/DrBaher/docx2pdf-cli/issues"
  },
  "homepage": "https://cli.drbaher.com",
  "author": "Baher Al Hakim",
  "scripts": {
    "test": "node --test tests/*.test.js"
  },
  "keywords": [
    "docx",
    "docx2pdf",
    "pdf",
    "cli",
    "contract-ops",
    "agent-first",
    "legal-tech",
    "ai-agent",
    "automation",
    "libreoffice",
    "gotenberg",
    "convertapi",
    "macos",
    "pages",
    "word",
    "batch",
    "ndjson"
  ],
  "license": "MIT"
}
