-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 6.28 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 6.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "html-anything",
"version": "0.1.0",
"description": "Codex / Claude Code skill for turning an idea, file, folder, or URL into a polished live HTML page.",
"license": "MIT-0",
"type": "module",
"bin": {
"html-anything": "./dist/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/cli.ts",
"test": "node --test",
"examples": "tsx src/cli.ts examples/markdown/input.md --style architectural-spread --out examples/markdown/output.html --title 'The Long, Slow, Inevitable Death of the PDF' && tsx src/cli.ts examples/csv/input.csv --out examples/csv/output.html --title 'Coffee Equipment Sales — January 2026' && tsx src/cli.ts examples/email/input.mbox --out examples/email/output.html --title 'Acme x Clockless — Mailbox Snapshot' && tsx src/cli.ts examples/pdf/input.pdf --style digital-eguide --out examples/pdf/output.html --title 'Mid-Market Battery Storage Field Guide' && tsx src/cli.ts examples/docx/input.docx --style kami-reading --out examples/docx/output.html --title 'RFC-014: Pricing Page V2 — Decision Memo' && tsx src/cli.ts examples/transcript-sales-call/input.vtt --out examples/transcript-sales-call/output.html --title 'Northwind × Clockless — Pilot Scoping Call' && tsx src/cli.ts examples/transcript-product-meeting/input.srt --out examples/transcript-product-meeting/output.html --title 'Pricing Page V2 — Sprint Review' && tsx src/cli.ts examples/pr-review/input.patch --out examples/pr-review/output.html --title 'PR — pending-charge queue + webhook drain' && tsx src/cli.ts examples/ci-log/input.log --style terminal-cli --out examples/ci-log/output.html --title 'CI failure — feat/payment-pending-queue (run #482)' && tsx src/cli.ts examples/stack-trace/input.txt --out examples/stack-trace/output.html --title 'Production stack trace — invoice tax-rate KeyError' && tsx src/cli.ts examples/jsonl/input.jsonl --out examples/jsonl/output.html --title 'Payments service — application event stream' && tsx src/cli.ts examples/log-access/input.log --out examples/log-access/output.html --title 'Nginx access log — shop.example, 90 minutes' && tsx src/cli.ts examples/invoices/input.csv --out examples/invoices/output.html --title 'Linewood Studio — invoices and receivables' && tsx src/cli.ts examples/quickbooks/input.csv --out examples/quickbooks/output.html --title 'Linewood Studio — Q1 2026 general ledger' && tsx src/cli.ts examples/calendar-founder/input.ics --out examples/calendar-founder/output.html --title 'Sam Reyes — founder calendar (2 weeks)' && tsx src/cli.ts examples/backlog-product/input.csv --out examples/backlog-product/output.html --title 'Pricing V2 + Q2 backlog — 39 issues' && tsx src/cli.ts examples/notes-vault --out examples/notes-vault/output.html --title 'Sam Reyes — founder vault (14 notes)' && tsx src/cli.ts examples/run-route/input.gpx --out examples/run-route/output.html --title 'Morning run — Prospect Park loop (7.6 km)' && tsx src/cli.ts examples/itinerary-trip/input.csv --out examples/itinerary-trip/output.html --title 'Tokyo + Kyoto — 8-day itinerary' && tsx src/cli.ts examples/bookmarks-market-research/input.html --out examples/bookmarks-market-research/output.html --title 'Founder market research — AI agent landscape' && tsx src/cli.ts examples/reading-list-academic/input.bib --out examples/reading-list-academic/output.html --title 'Spring 2026 reading list — code-writing agents' && tsx src/cli.ts examples/medical-visit/input.md --out examples/medical-visit/output.html --title 'Jordan A. Sample — synthetic care record (Q1 2026)' && tsx src/cli.ts examples/lab-results/input.csv --out examples/lab-results/output.html --title 'Jordan A. Sample — lab panels (synthetic, Jan + Apr 2026)' && tsx src/cli.ts examples/google-maps-stars/input.csv --out examples/google-maps-stars/output.html --title 'Sam Reyes — saved places (synthetic atlas)' && tsx src/cli.ts examples/spotify-history/input.json --out examples/spotify-history/output.html --title 'Sam Reyes — listening history (synthetic, 2022–2025)' && tsx src/cli.ts examples/twitch-history/input.csv --out examples/twitch-history/output.html --title 'Sam Reyes — Twitch viewing history (synthetic, 3 years)' && tsx src/cli.ts examples/iphone-health/input.xml --out examples/iphone-health/output.html --title 'Sam Reyes — Apple Health (synthetic, 18 months)' && tsx src/cli.ts examples/amazon-orders/input.csv --out examples/amazon-orders/output.html --title 'Sam Reyes — Amazon order history (synthetic, 2023–2025)' && tsx src/cli.ts examples/kindle-highlights/input.txt --out examples/kindle-highlights/output.html --title 'Sam Reyes — Kindle highlights (synthetic, 2023–2025)' && tsx src/cli.ts examples/travel-history/input.csv --out examples/travel-history/output.html --title 'Sam Reyes — travel history (synthetic, 2024–2026)' && tsx src/cli.ts examples/vcard-contacts/input.vcf --out examples/vcard-contacts/output.html --title 'Sam Reyes — address book (synthetic, 34 contacts)' && node scripts/generate_couple_chat_demo.mjs"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"html",
"skill",
"interactive-html",
"markdown",
"wechat",
"weixin",
"whatsapp",
"pdf",
"docx",
"csv",
"diff",
"patch",
"ci",
"stack-trace",
"jsonl",
"ndjson",
"log",
"events",
"bank",
"invoice",
"quickbooks",
"finance",
"calendar",
"ics",
"linear",
"jira",
"trello",
"notion",
"obsidian",
"vault",
"knowledge-base",
"wiki",
"gpx",
"kml",
"geo",
"route",
"itinerary",
"travel",
"location-history",
"bookmarks",
"bibtex",
"ris",
"zotero",
"pocket",
"instapaper",
"raindrop",
"research",
"reading-list",
"google-photos",
"takeout",
"vcard",
"vcf",
"contacts",
"address-book",
"apple-contacts",
"google-contacts",
"linkedin",
"linkedin-connections",
"professional-network",
"uber",
"lyft",
"rideshare",
"ride-history",
"travel-history",
"trips",
"agent",
"ai",
"llm"
],
"engines": {
"node": ">=20"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.20.0",
"typescript": "^5.6.0"
},
"dependencies": {
"mammoth": "^1.12.0",
"pdfjs-dist": "^5.7.284"
}
}