managarten/memoro/apps/mobile/features/subscription/usageData.json
Till-JS e7f5f942f3 chore: initial commit - consolidate 4 projects into monorepo
Projects included:
- maerchenzauber (NestJS backend + Expo mobile + SvelteKit web + Astro landing)
- manacore (Expo mobile + SvelteKit web + Astro landing)
- manadeck (NestJS backend + Expo mobile + SvelteKit web)
- memoro (Expo mobile + SvelteKit web + Astro landing)

This commit preserves the current state before monorepo restructuring.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:38:24 +01:00

18 lines
471 B
JSON

{
"usage": {
"total": 50,
"lastWeek": 350,
"lastMonth": 1200,
"currentMana": 785,
"maxMana": 1000,
"history": [
{ "date": "2025-04-25", "amount": 50 },
{ "date": "2025-04-26", "amount": 70 },
{ "date": "2025-04-27", "amount": 30 },
{ "date": "2025-04-28", "amount": 45 },
{ "date": "2025-04-29", "amount": 80 },
{ "date": "2025-04-30", "amount": 55 },
{ "date": "2025-05-01", "amount": 20 }
]
}
}