{
  "name": "ai-pdf-builder",
  "version": "0.6.2",
  "description": "AI-powered PDF generator for legal docs, pitch decks, and reports. SAFEs, NDAs, term sheets, whitepapers from Markdown. Works with Claude, Cursor, GPT, Copilot, OpenClaw agents. npx ai-pdf-builder",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "ai-pdf-builder": "dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "templates"
  ],
  "scripts": {
    "build": "tsup src/index.ts src/cli.ts --format cjs,esm --dts",
    "dev": "tsup src/index.ts src/cli.ts --format cjs,esm --dts --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build",
    "typecheck": "tsc --noEmit",
    "test": "echo \"No tests configured yet\" && exit 0"
  },
  "peerDependencies": {
    "pandoc": ">=3.0.0"
  },
  "peerDependenciesMeta": {
    "pandoc": {
      "optional": true
    }
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.39.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0"
  },
  "keywords": [
    "pdf",
    "ai",
    "claude",
    "anthropic",
    "openai",
    "gpt",
    "cursor",
    "copilot",
    "github-copilot",
    "vibe-coding",
    "pandoc",
    "latex",
    "markdown",
    "document",
    "generator",
    "whitepaper",
    "pitch-deck",
    "memo",
    "agreement",
    "termsheet",
    "safe",
    "nda",
    "ai-generation",
    "openclaw",
    "clawdbot",
    "moltbot",
    "ai-agent",
    "llm",
    "chatgpt",
    "automation",
    "document-generation",
    "legal-documents",
    "contracts",
    "agreements",
    "term-sheets",
    "legal-tech",
    "fintech",
    "typescript",
    "developer-tools",
    "ai-tools",
    "devtools"
  ],
  "author": {
    "name": "Next Frontier",
    "url": "https://x.com/NextXFrontier"
  },
  "contributors": [
    {
      "name": "DLhugly",
      "url": "https://github.com/DLhugly"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/NextFrontierBuilds/ai-pdf-builder"
  },
  "bugs": {
    "url": "https://github.com/NextFrontierBuilds/ai-pdf-builder/issues"
  },
  "homepage": "https://github.com/NextFrontierBuilds/ai-pdf-builder#readme",
  "engines": {
    "node": ">=18.0.0"
  }
}
