mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:21:08 +02:00
Assign version numbers based on app maturity: Calendar/Contacts/Todo (1.0.0), Chat/Picture (0.3.0), 11 beta apps (0.2.0), Context/Planta/Questions (0.1.0), Traces (0.0.1). Set up @changesets/cli for future version management. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
260 B
JSON
11 lines
260 B
JSON
{
|
|
"name": "context",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"dev:web": "pnpm --filter @context/web dev",
|
|
"dev:backend": "pnpm --filter @context/backend dev",
|
|
"dev:mobile": "pnpm --filter @context/mobile dev"
|
|
}
|
|
}
|