Improved HTML output

This commit is contained in:
Endeavorance 2025-03-08 20:23:29 -05:00
parent d8ddff01a6
commit 2032103412
16 changed files with 480 additions and 105 deletions

View file

@ -11,15 +11,24 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@proscenium/playbill": "0.0.1",
"@types/lodash-es": "^4.17.12",
"chalk": "^5.4.1",
"lodash-es": "^4.17.21",
"rehype-format": "^5.0.1",
"rehype-parse": "^9.0.1",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"unified": "^11.0.5",
"yaml": "^2.7.0",
"zod": "^3.24.1",
"@proscenium/playbill": "0.0.1"
"zod": "^3.24.1"
},
"scripts": {
"fmt": "bunx --bun biome check --fix",
"build": "bun build ./src/index.ts --outfile muse --compile",
"demo": "bun run ./src/index.ts -- ./playbill/binding.yaml",
"demo": "bun run ./src/index.ts -- ./demo-data/great-spires/binding.yaml",
"build:install": "bun run build && mv muse ~/.local/bin/muse"
}
}