17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"name": "the-rabbit-hole",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"prettier": {
|
|
"printWidth": 110,
|
|
"semi": false
|
|
},
|
|
"scripts": {
|
|
"http": "bun run --filter=@the-rabbit-hole/http dev",
|
|
"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"
|
|
}
|
|
} |