ai-pdf-builder 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +20 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-pdf-builder",
3
- "version": "0.6.1",
4
- "description": "AI-powered professional PDF generation from Markdown. Generate whitepapers, term sheets, SAFEs, and more with AI or from your own content.",
3
+ "version": "0.6.2",
4
+ "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",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -50,41 +50,52 @@
50
50
  "anthropic",
51
51
  "openai",
52
52
  "gpt",
53
+ "cursor",
54
+ "copilot",
55
+ "github-copilot",
56
+ "vibe-coding",
53
57
  "pandoc",
54
58
  "latex",
55
59
  "markdown",
56
60
  "document",
57
61
  "generator",
58
62
  "whitepaper",
63
+ "pitch-deck",
59
64
  "memo",
60
65
  "agreement",
61
66
  "termsheet",
62
67
  "safe",
63
68
  "nda",
64
69
  "ai-generation",
70
+ "openclaw",
65
71
  "clawdbot",
66
72
  "moltbot",
67
- "telegram",
68
- "whatsapp",
69
- "discord",
70
- "slack",
71
- "signal",
72
73
  "ai-agent",
73
74
  "llm",
75
+ "chatgpt",
74
76
  "automation",
75
77
  "document-generation",
76
78
  "legal-documents",
77
79
  "contracts",
78
80
  "agreements",
79
81
  "term-sheets",
80
- "chatbot",
81
82
  "legal-tech",
82
- "fintech"
83
+ "fintech",
84
+ "typescript",
85
+ "developer-tools",
86
+ "ai-tools",
87
+ "devtools"
83
88
  ],
84
89
  "author": {
85
90
  "name": "Next Frontier",
86
91
  "url": "https://x.com/NextXFrontier"
87
92
  },
93
+ "contributors": [
94
+ {
95
+ "name": "DLhugly",
96
+ "url": "https://github.com/DLhugly"
97
+ }
98
+ ],
88
99
  "license": "MIT",
89
100
  "repository": {
90
101
  "type": "git",