{ "name": "@proscenium/muse", "version": "0.0.1", "module": "index.ts", "type": "module", "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "latest" }, "peerDependencies": { "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" }, "scripts": { "fmt": "bunx --bun biome check --fix", "build": "bun build ./src/index.ts --outfile muse --compile", "demo": "bun run ./src/index.ts -- ./demo-data/great-spires/binding.yaml", "build:install": "bun run build && mv muse ~/.local/bin/muse" } }