workshop/package.json
2025-06-16 09:27:35 -07:00

16 lines
318 B
JSON

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