managarten/games/mana-games/package.json
Till-JS 23f8950318 feat(games): add mana-games - AI-powered browser games platform
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>
2025-11-28 20:13:14 +01:00

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"
}
}