mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
New project with 22+ browser games and AI game generation capabilities: - Astro PWA web app with game catalog and player - NestJS backend with AI game generator (Gemini, Claude, GPT-4o) - Community game submission via GitHub API - postMessage integration for score tracking - PWA support with offline capabilities 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"name": "mana-games",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "AI-powered browser games platform",
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build"
|
|
}
|
|
}
|