{ "name": "the-rabbit-hole", "private": true, "workspaces": [ "packages/*" ], "prettier": { "printWidth": 110, "semi": false }, "scripts": { "http": "bun run --filter=@the-rabbit-hole/http start", "bot:cli": "bun run --filter=@the-rabbit-hole/spike bot:cli", "bot:discord": "bun run --filter=@the-rabbit-hole/spike bot:discord", "start": "bun run main.ts" } }