Move playbill to its own repo

This commit is contained in:
Endeavorance 2025-02-22 14:30:43 -05:00
parent 1c64a941cd
commit 879e508d95
8 changed files with 20 additions and 490 deletions

View file

@ -13,7 +13,8 @@
"dependencies": {
"chalk": "^5.4.1",
"yaml": "^2.7.0",
"zod": "^3.24.1"
"zod": "^3.24.1",
"@proscenium/playbill": "0.0.1"
},
"scripts": {
"fmt": "bunx --bun biome check --fix",