mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 01:21:24 +02:00
- Fix external-calendars tests: add svelte-i18n mock for toast i18n - Fix useDragToCreate test: add DEFAULT_EVENT_DURATION_MINUTES mock - Fix storage server unused variable lint error Calendar: 151/151 tests now pass (0 failures) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"name": "@calendar/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"
|
|
}
|
|
}
|