22 lines
448 B
JSON
22 lines
448 B
JSON
{
|
|
"name": "workshop",
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"catalog": {
|
|
"hono": "^4.8.0"
|
|
}
|
|
},
|
|
"prettier": {
|
|
"printWidth": 110,
|
|
"semi": false
|
|
},
|
|
"scripts": {
|
|
"http": "bun run --filter=@workshop/http start",
|
|
"bot:cli": "bun run --filter=@workshop/spike bot:cli",
|
|
"bot:discord": "bun run --filter=@workshop/spike bot:discord",
|
|
"start": "bun run main.ts"
|
|
}
|
|
} |