Add more flags and verbose logging

This commit is contained in:
Endeavorance 2025-02-12 16:53:17 -05:00
parent 4e31f18045
commit 542d28cb53
13 changed files with 406 additions and 135 deletions

View file

@ -1,5 +1,6 @@
{
"name": "lang",
"name": "@endeavorance/muse",
"version": "0.0.1",
"module": "index.ts",
"type": "module",
"devDependencies": {
@ -10,7 +11,13 @@
"typescript": "^5.0.0"
},
"dependencies": {
"chalk": "^5.4.1",
"yaml": "^2.7.0",
"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"
}
}
}