mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 21:09:40 +02:00
All app compute servers have been consolidated into apps/api/ (unified Hono/Bun server). Old servers moved to apps/*/apps/server-archived/. Archived: cards, chat, contacts, context, calendar, guides, moodlit, mukke, news, nutriphi, picture, planta, presi, questions, storage, todo, traces Still active: uload (separate domain), memoro (Supabase-based) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"name": "@cards/server",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.ts",
|
|
"start": "bun run src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@manacore/shared-hono": "workspace:*",
|
|
"hono": "^4.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|