workshop/package.json
2025-06-16 16:51:17 -07:00

16 lines
371 B
JSON

{
"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"
}
}