{ "name": "@kitchen-md/bin", "version": "0.0.0", "private": true, "type": "module", "bin": { "kitchen": "./src/index.ts" }, "scripts": { "test": "bun test", "build": "bun build --compile ./src/index.ts --outfile kitchen" }, "dependencies": { "@kitchen-md/core": "workspace:*", "chalk": "^5.6.2", "commander": "^15.0.0", "yaml": "^2.9.0" } }