workshop/package.json
2025-06-16 10:34:19 -07:00

17 lines
403 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",
"start": "bun run main.ts"
}
}